| EventControllerEventDefinitionEventArgs Constructor |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic EventDefinitionEventArgs(
int eventDefinitionId,
IDataObject actionObject,
Process process,
Transition transition,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- eventDefinitionId
- Type: SystemInt32
- actionObject
- Type: Omada.OE.Model.PublicIDataObject
- process
- Type: Omada.OE.ModelProcess
- transition
- Type: Omada.OE.ModelTransition
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also