![]() |
Workflow Engine .NET
2
|
Represent a timer in a process scheme More...
Public Member Functions | |
new TimerDefinition | Clone () |
![]() | |
BaseDefinition | Clone () |
Static Public Member Functions | |
static TimerDefinition | Create (string name, string type, string value, string notOverrideIfExists) |
Create TimerDefinition object More... | |
Properties | |
TimerType | Type [get, set] |
Type of the timer TimerType More... | |
string | Value [get, set] |
Specifies the timer time depend on timer type More... | |
bool | NotOverrideIfExists [get, set] |
If true specifies that the old timer time will not be overriden if a timer with same name exists in outgoing transitions of a new current activity More... | |
![]() | |
virtual string | Name [get, set] |
Name of the object in scheme More... | |
DesignerSettings | DesignerSettings [get, set] |
Designer settings which used by Workflow Designer More... | |
Represent a timer in a process scheme
|
static |
Create TimerDefinition object
name | Name of the timer |
type | Type of the timer TimerType |
value | Specifies the timer time depend on timer type |
notOverrideIfExists | If true specifies that the old timer time will not be overriden if a timer with same name exists in outgoing transitions of a new current activity |
|
getset |
If true specifies that the old timer time will not be overriden if a timer with same name exists in outgoing transitions of a new current activity
|
getset |
Specifies the timer time depend on timer type