| CodeMethodInvokeContext Constructor |
Constructor for a CodeMethodInvokeContext object.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic CodeMethodInvokeContext(
int customerId,
int userId,
DataObject actionObject,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- customerId
- Type: SystemInt32
- userId
- Type: SystemInt32
- actionObject
- Type: Omada.OE.ModelDataObject
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also