RuleRepeatability Enumeration |
Namespace: NRules.RuleModel
public enum RuleRepeatability
Member name | Value | Description | |
---|---|---|---|
Repeatable | 0 | Rule will fire every time a matching set of facts is inserted or updated. | |
NonRepeatable | 1 | Rule will not fire with the same combination of facts, unless that combination was previously deactivated (i.e. through retraction). |