Click or drag to resize

EventDefinitionLoadOptions Properties

The EventDefinitionLoadOptions type exposes the following members.

Properties
  NameDescription
Public propertyCacheOptions
Contains options related to data caching.
Public propertyEntityDataType
Public propertyEventType
Public propertyIdPosList
List if event definition id to include. Unless the list is empty, only object with the id's are loaded.
Public propertyProcessTemplateIdPosList
ids of process templates, to which event definitions belong.
Public propertyResultInfo
Public propertySkipCheckForChanges
If true we will return cached objects without checking if they are still current - that is, if they have been modified after they were cached. This can be ok in certain situations where we want to save the cost of determining if the cached objects have been modified.
Public propertyUIdPosList
List if event definition uid to include. Unless the list is empty, only object with the uid's are loaded.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIEntityObjectsLoadOptionsIdList
Ids-to-be-loaded.
Explicit interface implementationPrivate propertyIEntityObjectsLoadOptionsResultCompletenessState
Representation of whether all data on each object has been loaded. If any options has been specified that excludes parts of the loaded data on each object then it must be reflected in the value. Should contain a value like e.g. "FULL", "NOPROPERTIES".
Explicit interface implementationPrivate propertyIEntityObjectsLoadOptionsStoredInTableName
Name of the DB table that the objects reside in. The table must have an ID and ChangeTime columns.
Top
See Also