Click or drag to resize

DataObjectEventDefinition Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelEventDefinition
    Omada.OE.ModelDataObjectEventDefinition

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

The DataObjectEventDefinition type exposes the following members.

Constructors
  NameDescription
Public methodDataObjectEventDefinition
Top
Properties
  NameDescription
Public propertyActions
Contains the actions that will be executed by the eventdefinition. Use AddAction() to add an action.
(Inherited from EventDefinition.)
Public propertyChangedBy (Inherited from EventDefinition.)
Public propertyChangeTime (Inherited from EventDefinition.)
Public propertyCondition (Inherited from EventDefinition.)
Public propertyCreatedBy (Inherited from EventDefinition.)
Public propertyCreateTime (Inherited from EventDefinition.)
Public propertyDataObjectTypeId
The type on which the conditions of the eventdefinition is defined.
(Inherited from EventDefinition.)
Public propertyDataVersion (Inherited from EventDefinition.)
Public propertyDescription (Inherited from EventDefinition.)
Public propertyDisabled (Inherited from EventDefinition.)
Public propertyEventType (Inherited from EventDefinition.)
Public propertyId (Inherited from EventDefinition.)
Public propertyMaxExecPerObject
The maximum number of times a event may be triggered. 0 = infinite.
(Inherited from EventDefinition.)
Public propertyMaximumObjectExec
The maximum number of objects which can be handled in a global event definition
Public propertyName (Inherited from EventDefinition.)
Public propertyNumber (Inherited from EventDefinition.)
Public propertyTimerId
TimerId er (kun) > 0 hvis EventType = TimerExecuted.
(Inherited from EventDefinition.)
Public propertyUId (Inherited from EventDefinition.)
Top
Methods
  NameDescription
Public methodAddAction
Adds an action to the event definition.
(Inherited from EventDefinition.)
Public methodClone (Inherited from EventDefinition.)
Protected methodGetAssignedEventNewAction
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.)
Public methodGetNewCodeMethodAction (Inherited from EventDefinition.)
Public methodGetNewCopyAction (Inherited from EventDefinition.)
Public methodGetNewEmailAction (Inherited from EventDefinition.)
Public methodGetNewModificationAction (Inherited from EventDefinition.)
Public methodGetNewReassignAction (Inherited from EventDefinition.)
Public methodIsActivitiesTypeOnly
Returns true if the condition filter only contains the activities type
(Inherited from EventDefinition.)
Public methodPassesFilter (Inherited from EventDefinition.)
Public methodRemoveInvalidActions
Public methodResetAll
Resets the id etc. of the object. The method is used when making a copy of an existing object.
(Inherited from EventDefinition.)
Protected methodsetDataObjectTypeId (Inherited from EventDefinition.)
Protected methodsetEventType
Public methodToString (Inherited from EventDefinition.)
Public methodToString(AppFormatInfo) (Inherited from EventDefinition.)
Top
Fields
  NameDescription
Protected fieldm_dataObjectTypeId (Inherited from EventDefinition.)
Protected fieldm_eventType (Inherited from EventDefinition.)
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
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithDataVersion.GetDataVersion
(Inherited from EventDefinition.)
Explicit interface implementationPrivate methodIObjectWithGuid.GetGuid
(Inherited from EventDefinition.)
Explicit interface implementationPrivate methodIObjectWithId.GetId
(Inherited from EventDefinition.)
Explicit interface implementationPrivate propertyIEntityObjectDataVersion
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.)
Explicit interface implementationPrivate propertyIEntityObjectId
Unique id of the entity object within its entity type.
(Inherited from EventDefinition.)
Explicit interface implementationPrivate propertyIEventDefinitionId
States the Id of the event definition.
(Inherited from EventDefinition.)
Explicit interface implementationPrivate propertyIEventDefinitionUId
States the UId of the event definition.
(Inherited from EventDefinition.)
Top
See Also