DataObjectEventDefinition Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class DataObjectEventDefinition : EventDefinition
The DataObjectEventDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| DataObjectEventDefinition |
| Name | Description | |
|---|---|---|
| Actions |
Contains the actions that will be executed by the eventdefinition.
Use AddAction() to add an action.
(Inherited from EventDefinition.) | |
| 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.) | |
| MaximumObjectExec |
The maximum number of objects which can be handled in a global event definition
| |
| Name | (Inherited from EventDefinition.) | |
| Number | (Inherited from EventDefinition.) | |
| TimerId |
TimerId er (kun) > 0 hvis EventType = TimerExecuted.
(Inherited from EventDefinition.) | |
| UId | (Inherited from EventDefinition.) |
| Name | Description | |
|---|---|---|
| AddAction |
Adds an action to the event definition.
(Inherited from EventDefinition.) | |
| Clone | (Inherited from EventDefinition.) | |
| GetAssignedEventNewAction |
1) assigns this event as the action's Owner and this event's DataObjectTypeId to the action;
2) initializes the action's definition object (MailDefinition/CodeMethod/Modification/CopyDefinition)
(Inherited from EventDefinition.) | |
| GetNewCodeMethodAction | (Inherited from EventDefinition.) | |
| GetNewCopyAction | (Inherited from EventDefinition.) | |
| GetNewEmailAction | (Inherited from EventDefinition.) | |
| GetNewModificationAction | (Inherited from EventDefinition.) | |
| GetNewReassignAction | (Inherited from EventDefinition.) | |
| IsActivitiesTypeOnly |
Returns true if the condition filter only contains the activities type
(Inherited from EventDefinition.) | |
| PassesFilter | (Inherited from EventDefinition.) | |
| RemoveInvalidActions | (Overrides EventDefinitionRemoveInvalidActions.) | |
| ResetAll |
Resets the id etc. of the object.
The method is used when making a copy of an existing object.
(Inherited from EventDefinition.) | |
| setDataObjectTypeId | (Inherited from EventDefinition.) | |
| setEventType | (Overrides EventDefinitionsetEventType(EventType).) | |
| ToString | (Inherited from EventDefinition.) | |
| ToString(AppFormatInfo) | (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.) |