LinkAction Class |
Namespace: Omada.OE.Model.Graph
public class LinkAction
The LinkAction type exposes the following members.
Name | Description | |
---|---|---|
![]() | LinkAction |
Name | Description | |
---|---|---|
![]() | disabled |
If the event definition is disabled, then the action is enheritly also.
|
![]() | displayName |
The display name is shown in the property panel in the designer
|
![]() | id |
The id of the Action object
|
![]() | type |
Reflects the ActionType enum.
SendEmail = 0, ExecCodeMethod = 1, ModifyDataObject = 2, CopyData = 3, ReassignActivity = 4
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |