PreDataObjectDeleteEventArgs Class |
Namespace: Omada.OE.AppLogic
public class PreDataObjectDeleteEventArgs : AppEventArgs
The PreDataObjectDeleteEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | PreDataObjectDeleteEventArgs |
Name | Description | |
---|---|---|
![]() | DataObjectId |
Id of data object that are to be 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.) |