RuleCompiler Class |
Namespace: NRules
public class RuleCompiler
The RuleCompiler type exposes the following members.
Name | Description | |
---|---|---|
![]() | RuleCompiler |
Initializes a new instance of the RuleCompiler class
using the default RuleCompilerOptions.
|
![]() | RuleCompiler(RuleCompilerOptions) |
Initializes a new instance of the RuleCompiler class
using the specified RuleCompilerOptions.
|
Name | Description | |
---|---|---|
![]() | AggregatorRegistry |
Registry of custom aggregator factories.
|
![]() | ExpressionCompiler |
Compiles expressions used in rules conditions and actions into executable delegates.
Default implementation uses the built-in .NET expression compiler.
|
Name | Description | |
---|---|---|
![]() | Compile(IEnumerableIRuleDefinition) |
Compiles a collection of rules into a session factory.
|
![]() | Compile(IEnumerableIRuleSet) |
Compiles rules from rule sets into a session factory.
|
![]() | Compile(IEnumerableIRuleDefinition, CancellationToken) |
Compiles a collection of rules into a session factory.
|
![]() | Compile(IEnumerableIRuleSet, CancellationToken) |
Compiles rules from rule sets into a session factory.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |