clsEval..::..replaceBusinessObjects Method
Replaces the business objects.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public static string replaceBusinessObjects( string sExpression, clsBusinessObjectCollection oBOList, clsVariableCollection oVars, ref bool bFullReplace )
Public Shared Function replaceBusinessObjects ( _ sExpression As String, _ oBOList As clsBusinessObjectCollection, _ oVars As clsVariableCollection, _ ByRef bFullReplace As Boolean _ ) As String
public: static String^ replaceBusinessObjects( String^ sExpression, clsBusinessObjectCollection^ oBOList, clsVariableCollection^ oVars, bool^% bFullReplace )
Parameters
- sExpression
- Type: String
The s expression.
- oBOList
- Type: FlowWright.cDevDecisionEngine..::..clsBusinessObjectCollection
The o bo list.
- oVars
- Type: FlowWright.cDevDecisionEngine..::..clsVariableCollection
The o vars.
- bFullReplace
- Type: Boolean%
if set to true [b full replace].