PostDataObjectDeleteEventArgs Class |
Namespace: Omada.OE.AppLogic
public class PostDataObjectDeleteEventArgs : AppEventArgs
The PostDataObjectDeleteEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | PostDataObjectDeleteEventArgs |
Argument for data object post delete event constructor
|
Name | Description | |
---|---|---|
![]() | DataObject |
Data object
|
![]() | DataObjectId |
Id of data object was deleted.
|
![]() | DataObjectType |
The type of the data object.
|
![]() | DataObjectTypeId |
The id of the type of the data object.
|
![]() | DbConnection |
The current database connection.
(Inherited from AppEventArgs.) |
![]() | DbTransaction |
The current database transaction.
(Inherited from AppEventArgs.) |
![]() | Factory | (Inherited from AppEventArgs.) |
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.) |