| IEvalEngine Interface |
Namespace: FlexRule.DynamicEvaluation
public interface IEvalEngine
The IEvalEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| Compile |
Compiles a string expression to an computable expression
| |
| Compute(IVariableContainer, ICompiledExpression, Boolean) |
Computes an expression
| |
| Compute(IVariableContainer, String, Boolean) |
Computes a string expression
|