Click or drag to resize

AfterDataObjectSaveEventArgs Properties

The AfterDataObjectSaveEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDataObj
Public propertyDataObject
The IDataObject being saved.
Public propertyDataObjectId
Id of data object that was saved.
Public propertyDataObjectType
Public propertyDataObjectTypeId
The TypeId of the DataObject being saved.
Public propertyDataObjectTypeUId
The UId of the DataObjectType of the DataObject that has been saved.
Public propertyDbConnection
The current database connection.
(Inherited from AppEventArgs.)
Public propertyDbTransaction
The current database transaction.
(Inherited from AppEventArgs.)
Public propertyFactory
(Inherited from AppEventArgs.)
Public propertyIsNewDataObject
Is True when its a dataobject is being saved for the first time.
Public propertyModifiedProperties
Contains system names of the properties that were changed. Properties w. log are excluded. Is null if IsNewDataObject == true.
Public propertyModifiedPropertyIds
Contains ids of the properties that were changed. Properties w. log are excluded. Is null if IsNewDataObject == true.
Public propertyPrevious
A representation of how the data object appeared before it was changed. Is null if it is a new data object being saved.
Public propertyPreviousVersionId
Contains the id of the previous data object version. Is 0 if IsNewDataObject == true.
Top
See Also