Click or drag to resize

CodeMethodInvokeContext Properties

The CodeMethodInvokeContext type exposes the following members.

Properties
  NameDescription
Public propertyActionObject
Contains the action data object that the code method is invoked on. Depending on how the code method has been configured this can be a normal data object, a process or an activity. It doesn't always contains all versions - check EventController logic
Public propertyActionObjectId
Contains the id of the action data object that the code method is invoked on. Depending on how the code method has been configured this can be a normal data object id, a process id or an activity id.
Public propertyCustomerId
Contains the Id of the customer (e.g. company) that the calling user belongs to.
Public propertyDbConnection
Contains the database connection that the call is executed in.
Public propertyDbTransaction
Contains the database transaction that the call is executed in.
Public propertyFactory
The factory can be used to create controller instances running on the connection/transaction that the call is executed in.
Public propertyUserId
Contains the id of the user who invoked the code method.
Top
See Also