| IEvalEngineCompute Method (IVariableContainer, String, Boolean) |
Computes a string expression
Namespace: FlexRule.DynamicEvaluationAssembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
SyntaxObject 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:
ObjectResult of the expression
See Also