Click or drag to resize

EventActionContainer Class

EventActionContainer is for holding information about the given action
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelEventActionContainer

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class EventActionContainer

The EventActionContainer type exposes the following members.

Constructors
  NameDescription
Public methodEventActionContainer
EventActionContainer is for holding information about the given action. such as id, actionType, targetObjectName, description, eventDefinitionName, disabled and transitionName
Top
Properties
  NameDescription
Public propertyAction
Action
Public propertyTargetObjectName
Name of the action target object
Top
Methods
  NameDescription
Public methodEquals
Public methodGetActionTypeName
Name of the action type (e.g. SendEmail, ExecCodeMethod, ModifyDataObject, CopyData, ReassignActivity)
Public methodGetActionTypeName(Boolean)
Name of the action type (e.g. SendEmail, ExecCodeMethod, ModifyDataObject, CopyData, ReassignActivity)
Public methodGetEventDefinitionDisabledStr
States whether the event definition is disabled.
Public methodGetEventDefinitionName
Name of the event definition, to which the action belong.
Public methodGetEventDefinitionName(Boolean)
Name of the event definition, to which the action belong.
Public methodGetTransitionName
Returns name of the transition. It can be empty string if the action does not belong to an transition event.
Public methodGetTransitionName(Boolean)
Returns name of the transition. It can be empty string if the action does not belong to an transition event.
Public methodPassesFilter
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