Click or drag to resize

AfterUserSaveEventArgs Properties

The AfterUserSaveEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDataObj (Inherited from AfterDataObjectSaveEventArgs.)
Public propertyDataObject
The IDataObject being saved.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyDataObjectId
Id of data object that was saved.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyDataObjectType (Inherited from AfterDataObjectSaveEventArgs.)
Public propertyDataObjectTypeId
The TypeId of the DataObject being saved.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyDataObjectTypeUId
The UId of the DataObjectType of the DataObject that has been saved.
(Inherited from AfterDataObjectSaveEventArgs.)
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.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyModifiedProperties
Contains system names of the properties that were changed. Properties w. log are excluded. Is null if IsNewDataObject == true.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyModifiedPropertyIds
Contains ids of the properties that were changed. Properties w. log are excluded. Is null if IsNewDataObject == true.
(Inherited from AfterDataObjectSaveEventArgs.)
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.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyPreviousVersionId
Contains the id of the previous data object version. Is 0 if IsNewDataObject == true.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyUser
User object being saved.
Top
See Also