clsUIModel..::..getBusinessObject Method
Gets the business object.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public clsBusinessObject getBusinessObject( string boName, clsEngineContext oEngineContext )
Public Function getBusinessObject ( _ boName As String, _ oEngineContext As clsEngineContext _ ) As clsBusinessObject
public: clsBusinessObject^ getBusinessObject( String^ boName, clsEngineContext^ oEngineContext )
Parameters
- boName
- Type: String
Name of the bo.
- oEngineContext
- Type: FlowWright.cDevDecisionEngine..::..clsEngineContext
The o engine context.