Click or drag to resize

BeforeDataObjectSaveEventArgs Properties

The BeforeDataObjectSaveEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDataObject
The DataObject about to be saved.
Public propertyDataObjectTypeId
The Id of the DataObjectType of the DataObject about to be saved.
Public propertyDataObjectTypeUId
The UId of the DataObjectType of the DataObject about to be 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 the DataObject about to be saved a new one?
Public propertyModifiedProperties
Contains 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.
Top
See Also