Click or drag to resize
IEvalEngine Interface
Interface for expression eval engine that computes an expression

Namespace: FlexRule.DynamicEvaluation
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IEvalEngine

The IEvalEngine type exposes the following members.

Methods
  NameDescription
Public methodCompile
Compiles a string expression to an computable expression
Public methodCompute(IVariableContainer, ICompiledExpression, Boolean)
Computes an expression
Public methodCompute(IVariableContainer, String, Boolean)
Computes a string expression
Top
See Also