BeforeDataObjectSaveEventArgs Class |
Namespace: Omada.OE.AppLogic
public class BeforeDataObjectSaveEventArgs : AppEventArgs
The BeforeDataObjectSaveEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| BeforeDataObjectSaveEventArgs |
| 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.
|
| 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.) |