Click or drag to resize

LinkAction Class

Represents an event action on a process transition
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.GraphLinkAction

Namespace:  Omada.OE.Model.Graph
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class LinkAction

The LinkAction type exposes the following members.

Constructors
  NameDescription
Public methodLinkAction
Top
Fields
  NameDescription
Public fielddisabled
If the event definition is disabled, then the action is enheritly also.
Public fielddisplayName
The display name is shown in the property panel in the designer
Public fieldid
The id of the Action object
Public fieldtype
Reflects the ActionType enum. SendEmail = 0, ExecCodeMethod = 1, ModifyDataObject = 2, CopyData = 3, ReassignActivity = 4
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also