EventActionContainer Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class EventActionContainer
The EventActionContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| EventActionContainer |
EventActionContainer is for holding information about the given action.
such as id, actionType, targetObjectName, description, eventDefinitionName,
disabled and transitionName
|
| Name | Description | |
|---|---|---|
| Action |
Action
| |
| TargetObjectName |
Name of the action target object
|
| Name | Description | |
|---|---|---|
| Equals | ||
| GetActionTypeName |
Name of the action type
(e.g. SendEmail, ExecCodeMethod, ModifyDataObject, CopyData, ReassignActivity)
| |
| GetActionTypeName(Boolean) |
Name of the action type
(e.g. SendEmail, ExecCodeMethod, ModifyDataObject, CopyData, ReassignActivity)
| |
| GetEventDefinitionDisabledStr |
States whether the event definition is disabled.
| |
| GetEventDefinitionName |
Name of the event definition, to which the action belong.
| |
| GetEventDefinitionName(Boolean) |
Name of the event definition, to which the action belong.
| |
| GetTransitionName |
Returns name of the transition.
It can be empty string if the action does not belong to an transition event.
| |
| GetTransitionName(Boolean) |
Returns name of the transition.
It can be empty string if the action does not belong to an transition event.
| |
| PassesFilter |
| 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.) |