EventControllerEventDefinitionEventArgs Class |
Namespace: Omada.OE.AppLogic
public class EventDefinitionEventArgs : AppEventArgs
The EventControllerEventDefinitionEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| EventControllerEventDefinitionEventArgs |
| Name | Description | |
|---|---|---|
| DbConnection |
The current database connection.
(Inherited from AppEventArgs.) | |
| DbTransaction |
The current database transaction.
(Inherited from AppEventArgs.) | |
| Factory | (Inherited from AppEventArgs.) |
| Name | Description | |
|---|---|---|
| ActionObject | ||
| EventDefinitionId | ||
| Process |
The Process object is null unless the Event is a Transition Event
| |
| Transition |
The Transition object is null unless the Event is a Transition Event
|
| 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.) |