| FlexRule.DynamicEvaluation Namespace |
| Class | Description | |
|---|---|---|
| CompiledExpressionExtensions |
Extension class of IConpiledExpression
| |
| EvalEventsArgs | ||
| EvaluatorException |
Thrown when a variable does not exist
| |
| ExpressionEval |
Bridges to default eval engine implementation and caches the ICompiledExpression based on expression string
| |
| ExpressionEvalEvents |
Raises events during expression Nodes evaluation
| |
| FormulaNestedContextExtensions | ||
| ParserException |
Thrown if an exception occurs during expression parsing process
| |
| VariableData |
Holds a variable value and type
|
| Interface | Description | |
|---|---|---|
| ICompiledExpression |
Result of Compile(IVariableContainer, String) method. This compile expression then can be evaluated.
| |
| IEvalEngine |
Interface for expression eval engine that computes an expression
| |
| IFormulaExpression |
| Enumeration | Description | |
|---|---|---|
| EvaluationError | ||
| FormulaType |