FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deExpression..::..eval Method

Evals the specified s expression.

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

Syntax


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

Parameters

sExpression
Type: String
The s expression.
oVars
Type: clsVariableCollection
The o vars.
oGlobals
Type: clsGlobalCollection
The o globals.
oBusinessObjects
Type: clsBusinessObjectCollection
The o business objects.
sError
Type: String%
The s error.

Return Value

System.Object.