AfterDataObjectSaveEventArgs Class |
Namespace: Omada.OE.AppLogic
public class AfterDataObjectSaveEventArgs : AppEventArgs
The AfterDataObjectSaveEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AfterDataObjectSaveEventArgs |
| Name | Description | |
|---|---|---|
| DataObj | ||
| DataObject |
The IDataObject being saved.
| |
| DataObjectId |
Id of data object that was saved.
| |
| DataObjectType | ||
| DataObjectTypeId |
The TypeId of the DataObject being saved.
| |
| DataObjectTypeUId |
The UId of the DataObjectType of the DataObject that has been saved.
| |
| DbConnection |
The current database connection.
(Inherited from AppEventArgs.) | |
| DbTransaction |
The current database transaction.
(Inherited from AppEventArgs.) | |
| Factory | (Inherited from AppEventArgs.) | |
| IsNewDataObject |
Is True when its a dataobject is being saved for the first time.
| |
| ModifiedProperties |
Contains system names of the properties that were changed.
Properties w. log are excluded.
Is null if IsNewDataObject == true.
| |
| ModifiedPropertyIds |
Contains ids of 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.
| |
| PreviousVersionId |
Contains the id of the previous data object version.
Is 0 if IsNewDataObject == true.
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |