Click or drag to resize

CodeMethodInvokeContextActionObject Property

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

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public DataObject ActionObject { get; }

Property Value

Type: DataObject
See Also