FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..getBusinessObject Method

Gets the business object.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  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.

Return Value

clsBusinessObject.

Exceptions


ExceptionCondition
[Exception]UIModel oConfig is null, wrong contructor used
[Exception]UIModel oConfig is null, wrong contructor used