FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsEval..::..Eval Method (String, clsVariableCollection, clsGlobalCollection, clsBusinessObjectCollection, clsFormSchemaCollection, String%)

Evaluates the specified s expression.

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

Syntax


public static Object Eval(
	string sExpression,
	clsVariableCollection oVars,
	clsGlobalCollection oGlobals,
	clsBusinessObjectCollection oBOs,
	clsFormSchemaCollection oFormSchemaColl,
	out string sError
)
Public Shared Function Eval ( _
	sExpression As String, _
	oVars As clsVariableCollection, _
	oGlobals As clsGlobalCollection, _
	oBOs As clsBusinessObjectCollection, _
	oFormSchemaColl As clsFormSchemaCollection, _
	<OutAttribute> ByRef sError As String _
) As Object
public:
static Object^ Eval(
	String^ sExpression, 
	clsVariableCollection^ oVars, 
	clsGlobalCollection^ oGlobals, 
	clsBusinessObjectCollection^ oBOs, 
	clsFormSchemaCollection^ oFormSchemaColl, 
	[OutAttribute] String^% sError
)

Parameters

sExpression
Type: String
The s expression.
oVars
Type: FlowWright.cDevDecisionEngine..::..clsVariableCollection
The o vars.
oGlobals
Type: FlowWright.cDevDecisionEngine..::..clsGlobalCollection
The o globals.
oBOs
Type: FlowWright.cDevDecisionEngine..::..clsBusinessObjectCollection
The o b os.
oFormSchemaColl
Type: FlowWright.cDevDecisionEngine..::..clsFormSchemaCollection
Form schema collection
sError
Type: String%
The s error.

Return Value

System.Object.