WorkflowEngineTile - конструктор |
Пространство имён:
Tessa.Workflow
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public WorkflowEngineTile(
Guid tileID,
Guid processID,
string tileCaption,
string tileSignal,
string group,
string description,
string icon,
string buttonHotkey = null,
TileSize tileSize = TileSize.Full,
int order = 0,
string toolTip = null,
bool askConfirmation = false,
string confirmationMessage = null,
bool actionGroup = false,
bool startProcess = false,
bool startFromCard = false,
bool openEditor = false
)
Public Sub New (
tileID As Guid,
processID As Guid,
tileCaption As String,
tileSignal As String,
group As String,
description As String,
icon As String,
Optional buttonHotkey As String = Nothing,
Optional tileSize As TileSize = TileSize.Full,
Optional order As Integer = 0,
Optional toolTip As String = Nothing,
Optional askConfirmation As Boolean = false,
Optional confirmationMessage As String = Nothing,
Optional actionGroup As Boolean = false,
Optional startProcess As Boolean = false,
Optional startFromCard As Boolean = false,
Optional openEditor As Boolean = false
)
public:
WorkflowEngineTile(
Guid tileID,
Guid processID,
String^ tileCaption,
String^ tileSignal,
String^ group,
String^ description,
String^ icon,
String^ buttonHotkey = nullptr,
TileSize tileSize = TileSize::Full,
int order = 0,
String^ toolTip = nullptr,
bool askConfirmation = false,
String^ confirmationMessage = nullptr,
bool actionGroup = false,
bool startProcess = false,
bool startFromCard = false,
bool openEditor = false
)
new :
tileID : Guid *
processID : Guid *
tileCaption : string *
tileSignal : string *
group : string *
description : string *
icon : string *
?buttonHotkey : string *
?tileSize : TileSize *
?order : int *
?toolTip : string *
?askConfirmation : bool *
?confirmationMessage : string *
?actionGroup : bool *
?startProcess : bool *
?startFromCard : bool *
?openEditor : bool
(* Defaults:
let _buttonHotkey = defaultArg buttonHotkey null
let _tileSize = defaultArg tileSize TileSize.Full
let _order = defaultArg order 0
let _toolTip = defaultArg toolTip null
let _askConfirmation = defaultArg askConfirmation false
let _confirmationMessage = defaultArg confirmationMessage null
let _actionGroup = defaultArg actionGroup false
let _startProcess = defaultArg startProcess false
let _startFromCard = defaultArg startFromCard false
let _openEditor = defaultArg openEditor false
*)
-> WorkflowEngineTile
Параметры
- tileID
- Тип: SystemGuid
- processID
- Тип: SystemGuid
- tileCaption
- Тип: SystemString
- tileSignal
- Тип: SystemString
- group
- Тип: SystemString
- description
- Тип: SystemString
- icon
- Тип: SystemString
- buttonHotkey (Optional)
- Тип: SystemString
- tileSize (Optional)
- Тип: Tessa.PlatformTileSize
- order (Optional)
- Тип: SystemInt32
- toolTip (Optional)
- Тип: SystemString
- askConfirmation (Optional)
- Тип: SystemBoolean
- confirmationMessage (Optional)
- Тип: SystemString
- actionGroup (Optional)
- Тип: SystemBoolean
- startProcess (Optional)
- Тип: SystemBoolean
- startFromCard (Optional)
- Тип: SystemBoolean
- openEditor (Optional)
- Тип: SystemBoolean
См. также