BeforeDataObjectSaveEventArgs Properties |
The BeforeDataObjectSaveEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataObject |
The DataObject about to be saved.
|
![]() | DataObjectTypeId |
The Id of the DataObjectType of the DataObject about to be saved.
|
![]() | DataObjectTypeUId |
The UId of the DataObjectType of the DataObject about to be saved.
|
![]() | DbConnection |
The current database connection.
(Inherited from AppEventArgs.) |
![]() | DbTransaction |
The current database transaction.
(Inherited from AppEventArgs.) |
![]() | Factory | (Inherited from AppEventArgs.) |
![]() | IsNewDataObject |
Is the DataObject about to be saved a new one?
|
![]() | ModifiedProperties |
Contains the properties that were changed.
Properties w. log are excluded.
Is null if IsNewDataObject == true.
|
![]() | Previous |
A representation of how the data object appeared before it was changed.
Is null if it is a new data object being saved.
|