TableGroupInstance - конструктор |
Пространство имён:
Tessa.Extensions.Default.Server.Cards
Сборка:
Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 3.5.0.19
Синтаксис public TableGroupInstance(
TableGroup tableGroup,
TableGroupInstance parentTableGroupInstance = null,
IList<RowCellGroup> rows = null
)
Public Sub New (
tableGroup As TableGroup,
Optional parentTableGroupInstance As TableGroupInstance = Nothing,
Optional rows As IList(Of RowCellGroup) = Nothing
)
public:
TableGroupInstance(
TableGroup^ tableGroup,
TableGroupInstance^ parentTableGroupInstance = nullptr,
IList<RowCellGroup^>^ rows = nullptr
)
new :
tableGroup : TableGroup *
?parentTableGroupInstance : TableGroupInstance *
?rows : IList<RowCellGroup>
(* Defaults:
let _parentTableGroupInstance = defaultArg parentTableGroupInstance null
let _rows = defaultArg rows null
*)
-> TableGroupInstance
Параметры
- tableGroup
- Тип: Tessa.Extensions.Default.Server.CardsTableGroup
- parentTableGroupInstance (Optional)
- Тип: Tessa.Extensions.Default.Server.CardsTableGroupInstance
- rows (Optional)
- Тип: System.Collections.GenericIListRowCellGroup
См. также