FlexRule Runtime API
FlexRule Runtime API
FlexRule Namespaces
FlexRule.DynamicEvaluation Namespaces
FlexRule.DynamicEvaluation
IEvalEngine Interface
IEvalEngine Methods
Compile Method
Compute Method
IEvalEngine
Compile 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#
Copy
ICompiledExpression
Compile
(
IVariableContainer
variables
,
string
expression
)
Parameters
variables
Type:
FlexRule
IVariableContainer
Variables that are used in the expression
expression
Type:
System
String
String expression
Return Value
Type:
ICompiledExpression
See Also
Reference
IEvalEngine Interface
FlexRule.DynamicEvaluation Namespace
(c) 2017 by FlexRule
Send comments on this topic to
support@flexrule.com