Click or drag to resize
IEvalEngineCompile Method
Compiles a string expression to an computable expression

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

Parameters

variables
Type: FlexRuleIVariableContainer
Variables that are used in the expression
expression
Type: SystemString
String expression

Return Value

Type: ICompiledExpression
See Also