WorkflowEngineTileManagerUIExtensionContext - конструктор |
Пространство имён:
Tessa.UI.Workflow
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public WorkflowEngineTileManagerUIExtensionContext(
Card card,
CardRow mainRow,
Dictionary<string, IList<CardRow>> allButtonRows
)
Public Sub New (
card As Card,
mainRow As CardRow,
allButtonRows As Dictionary(Of String, IList(Of CardRow))
)
public:
WorkflowEngineTileManagerUIExtensionContext(
Card^ card,
CardRow^ mainRow,
Dictionary<String^, IList<CardRow^>^>^ allButtonRows
)
new :
card : Card *
mainRow : CardRow *
allButtonRows : Dictionary<string, IList<CardRow>> -> WorkflowEngineTileManagerUIExtensionContext
Параметры
- card
- Тип: Tessa.CardsCard
- mainRow
- Тип: Tessa.CardsCardRow
- allButtonRows
- Тип: System.Collections.GenericDictionaryString, IListCardRow
См. также