Click or drag to resize

EventDefinition Properties

The EventDefinition 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.
Public propertyChangedBy
Public propertyChangeTime
Public propertyCondition
Public propertyCreatedBy
Public propertyCreateTime
Public propertyDataObjectTypeId
The type on which the conditions of the eventdefinition is defined.
Public propertyDataVersion
Public propertyDescription
Public propertyDisabled
Public propertyEventType
Public propertyId
Public propertyMaxExecPerObject
The maximum number of times a event may be triggered. 0 = infinite.
Public propertyName
Public propertyNumber
Public propertyTimerId
TimerId er (kun) > 0 hvis EventType = TimerExecuted.
Public propertyUId
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.
Explicit interface implementationPrivate propertyIEntityObjectId
Unique id of the entity object within its entity type.
Explicit interface implementationPrivate propertyIEventDefinitionId
States the Id of the event definition.
Explicit interface implementationPrivate propertyIEventDefinitionUId
States the UId of the event definition.
Top
See Also