Click or drag to resize

DataObjectEventDefinition Properties

The DataObjectEventDefinition type exposes the following members.

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
Explicit Interface Implementations
  NameDescription
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