Click or drag to resize

IExpressionCompiler Interface

Compiles expressions used in rules conditions and actions in a form of expression trees into executable delegates. The default implementation uses built-in .NET expression compiler.

Namespace:  NRules.Extensibility
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public interface IExpressionCompiler

The IExpressionCompiler type exposes the following members.

Methods
See Also