clsBusinessObject Constructor
Initializes a new instance of the clsBusinessObject class.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public clsBusinessObject( XElement oBONode, clsConfig oConfig, clsEngineContext oEngineContext )
Public Sub New ( _ oBONode As XElement, _ oConfig As clsConfig, _ oEngineContext As clsEngineContext _ )
public: clsBusinessObject( XElement^ oBONode, clsConfig^ oConfig, clsEngineContext^ oEngineContext )
Parameters
- oBONode
- Type: XElement
The o bo node.
- oConfig
- Type: FlowWright.cDevDecisionEngine..::..clsConfig
The o configuration.
- oEngineContext
- Type: FlowWright.cDevDecisionEngine..::..clsEngineContext
The o engine context.