AppEventArgs Class |
Namespace: Omada.OE.AppLogic
public abstract class AppEventArgs : EventArgs
The AppEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppEventArgs |
The AppEventArgs class is constructed with a database connection
and transaction.
|
Name | Description | |
---|---|---|
![]() | DbConnection |
The current database connection.
|
![]() | DbTransaction |
The current database transaction.
|
![]() | Factory |
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.) |