Click or drag to resize
IEvalEngineCompute Method (IVariableContainer, String, Boolean)
Computes a string expression

Namespace: FlexRule.DynamicEvaluation
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
Object Compute(
	IVariableContainer variables,
	string expression,
	bool shortCircuit = true
)

Parameters

variables
Type: FlexRuleIVariableContainer
Variables that are used in the expression
expression
Type: SystemString
String expression
shortCircuit (Optional)
Type: SystemBoolean
Always short circuit OR, AND operators

Return Value

Type: Object
Result of the expression
See Also