Click or drag to resize

RuleCompilerExpressionCompiler Property

Compiles expressions used in rules conditions and actions into executable delegates. Default implementation uses the built-in .NET expression compiler.

Namespace:  NRules
Assembly:  NRules (in NRules.dll) Version: 0.9.3
Syntax
C#
public IExpressionCompiler ExpressionCompiler { get; set; }

Property Value

Type: IExpressionCompiler
See Also