ProcessEventDefinition Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class ProcessEventDefinition : EventDefinition
The ProcessEventDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProcessEventDefinition |
Name | Description | |
---|---|---|
![]() | Actions |
Contains the actions that will be executed by the eventdefinition.
Use AddAction() to add an action.
(Inherited from EventDefinition.) |
![]() | ActivityTemplateId |
The ID if the template activity which is used as condition object for the event.
Only used if ProcessObjectType=Activity.
|
![]() | ChangedBy | (Inherited from EventDefinition.) |
![]() | ChangeTime | (Inherited from EventDefinition.) |
![]() | Condition | (Inherited from EventDefinition.) |
![]() | CreatedBy | (Inherited from EventDefinition.) |
![]() | CreateTime | (Inherited from EventDefinition.) |
![]() | DataObjectTypeId |
The type on which the conditions of the eventdefinition is defined.
(Inherited from EventDefinition.) |
![]() | DataVersion | (Inherited from EventDefinition.) |
![]() | Description | (Inherited from EventDefinition.) |
![]() | Disabled | (Inherited from EventDefinition.) |
![]() | EventType | (Inherited from EventDefinition.) |
![]() | Id | (Inherited from EventDefinition.) |
![]() | MaxExecPerObject |
The maximum number of times a event may be triggered.
0 = infinite.
(Inherited from EventDefinition.) |
![]() | Name | (Inherited from EventDefinition.) |
![]() | Number | (Inherited from EventDefinition.) |
![]() | ProcessObjectType |
The object type, from where the proces template must be used as condition object.
|
![]() | ProcessTemplateId |
The proces template to which the event definition belongs.
|
![]() | TimerId |
TimerId er (kun) > 0 hvis EventType = TimerExecuted.
(Inherited from EventDefinition.) |
![]() | UId | (Inherited from EventDefinition.) |
Name | Description | |
---|---|---|
![]() | m_dataObjectTypeId | (Inherited from EventDefinition.) |
![]() | m_eventType | (Inherited from EventDefinition.) |
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.) |
Name | Description | |
---|---|---|
![]() ![]() | IObjectWithDataVersion.GetDataVersion | (Inherited from EventDefinition.) |
![]() ![]() | IObjectWithGuid.GetGuid | (Inherited from EventDefinition.) |
![]() ![]() | IObjectWithId.GetId | (Inherited from EventDefinition.) |
![]() ![]() | IEntityObjectDataVersion |
The data version of an entity object is incremented every time it gets updated.
If the entity object class embeds other objects (like a DataObjectType embeds a number of BaseProperty objects)
then the DataVersion is also "touched" when an embedded object changes.
(Inherited from EventDefinition.) |
![]() ![]() | IEntityObjectId |
Unique id of the entity object within its entity type.
(Inherited from EventDefinition.) |
![]() ![]() | IEventDefinitionId |
States the Id of the event definition.
(Inherited from EventDefinition.) |
![]() ![]() | IEventDefinitionUId |
States the UId of the event definition.
(Inherited from EventDefinition.) |