Click or drag to resize
IEvalEngineCompute Method (IVariableContainer, ICompiledExpression, Boolean)
Computes an 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,
	ICompiledExpression expression,
	bool shortCircuit = true
)

Parameters

variables
Type: FlexRuleIVariableContainer
Variables that are used in the expression
expression
Type: FlexRule.DynamicEvaluationICompiledExpression
Compiled expression
shortCircuit (Optional)
Type: SystemBoolean
Always short circuit OR, AND operators

Return Value

Type: Object
Result of the expression
See Also