FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIBusinessObject..::..getObject Method

Gets the object.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


Object getObject(
	clsEngineContext oEngineContext,
	Hashtable oInputParameters
)
Function getObject ( _
	oEngineContext As clsEngineContext, _
	oInputParameters As Hashtable _
) As Object
Object^ getObject(
	clsEngineContext^ oEngineContext, 
	Hashtable^ oInputParameters
)

Parameters

oEngineContext
Type: FlowWright.cDevDecisionEngine..::..clsEngineContext
The o engine context.
oInputParameters
Type: Hashtable
The o input parameters.

Return Value

System.Object.