BusinessProcessButtonToolbarAction - конструктор
Пространство имён: Tessa.UI.CardsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public BusinessProcessButtonToolbarAction(
WorkflowTileInfo tileInfo,
ICardToolbarViewModel toolbar,
IUIContext uiContext,
ICommand command,
int order = 0
)
Public Sub New (
tileInfo As WorkflowTileInfo,
toolbar As ICardToolbarViewModel,
uiContext As IUIContext,
command As ICommand,
Optional order As Integer = 0
)
public:
BusinessProcessButtonToolbarAction(
WorkflowTileInfo^ tileInfo,
ICardToolbarViewModel^ toolbar,
IUIContext^ uiContext,
ICommand^ command,
int order = 0
)
new :
tileInfo : WorkflowTileInfo *
toolbar : ICardToolbarViewModel *
uiContext : IUIContext *
command : ICommand *
?order : int
(* Defaults:
let _order = defaultArg order 0
*)
-> BusinessProcessButtonToolbarAction
Параметры
- tileInfo WorkflowTileInfo
-
- toolbar ICardToolbarViewModel
-
- uiContext IUIContext
-
- command ICommand
-
- order Int32 (Optional)
-