Class RuleCompilerOptions
- Namespace
- NRules
- Assembly
- NRules.dll
Provides options to alter default behavior of RuleCompiler.
public class RuleCompilerOptions
- Inheritance
-
RuleCompilerOptions
- Inherited Members
Properties
UnsupportedExpressionHandling
Determines compiler behavior when it finds an unsupported type of lambda expressions while comparing them for the purpose of node sharing in the Rete graph.
public RuleCompilerUnsupportedExpressionsHandling UnsupportedExpressionHandling { get; set; }