BeforeProcessRoutingEventArgs Class |
Namespace: Omada.OE.AppLogic
public class BeforeProcessRoutingEventArgs : AppEventArgs
The BeforeProcessRoutingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| BeforeProcessRoutingEventArgs |
Class is being constructed with the process being routed.
|
| Name | Description | |
|---|---|---|
| DbConnection |
The current database connection.
(Inherited from AppEventArgs.) | |
| DbTransaction |
The current database transaction.
(Inherited from AppEventArgs.) | |
| Factory | (Inherited from AppEventArgs.) |
| Name | Description | |
|---|---|---|
| ProcessId |
ProcessId of the process being routed.
| |
| ProcessTemplateId |
ID of the Process Template being routed.
| |
| TargetId |
DataObjectID of the process target object.
| |
| TargetTypeId |
Data object type id of the target object.
| |
| Transition |
Transition instance being routed.
|
| 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.) |