Class LoadedRuleSet
- Namespace
- RuleWright.Execution
- Assembly
- RuleWright.Execution.dll
A rule set that has been parsed, validated, and prepared for execution by a RuleWrightEngine: rules are pre-sorted by priority, per-rule content hashes are computed for the compiled-delegate cache, action outputs are prematerialized, and condition nodes are pre-indexed for tracing. Compilation to delegates happens lazily per fact type on first evaluation and is then cached.
public sealed class LoadedRuleSet
- Inheritance
-
LoadedRuleSet
- Inherited Members
Properties
- RuleSet
The underlying immutable rule set.