Table of Contents

Class RuleCompilerOptions

Namespace
NRules
Assembly
NRules.dll

Provides options to alter default behavior of RuleCompiler.

public class RuleCompilerOptions
Inheritance
RuleCompilerOptions
Inherited Members

Properties

Default

Default options for the rule compiler.

public static RuleCompilerOptions Default { get; }

Property Value

RuleCompilerOptions

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; }

Property Value

RuleCompilerUnsupportedExpressionsHandling