Click or drag to resize
ExpressionEvalCompile Method
Compiles an string expression that can be executed

Namespace: FlexRule.DynamicEvaluation
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public abstract ICompiledExpression Compile(
	IVariableContainer variables,
	string expression
)

Parameters

variables
Type: FlexRuleIVariableContainer
Variables in the expression
expression
Type: SystemString
Expression as a string

Return Value

Type: ICompiledExpression
Compiled executable expression

Implements

IEvalEngineCompile(IVariableContainer, String)
Exceptions
ExceptionCondition
ParserExceptionWhen parsing of expression is failed due to any reason that can be identified by ParserError
See Also