Enum CompilationMode
- Namespace
- RuleWright.Core
- Assembly
- RuleWright.Core.dll
How a rule set was executed for a given fact shape. Exposed on CompilationMode so interpreted (slower) execution is visible rather than a silent degradation.
public enum CompilationMode
Fields
Compiled = 0Rules were compiled to delegates via expression trees (typed facts).
Interpreted = 1Rules were interpreted by walking the condition tree (dictionary facts).