Click or drag to resize

RuleRepeatability Enumeration

Rule repeatability.

Namespace:  NRules.RuleModel
Assembly:  NRules.RuleModel (in NRules.RuleModel.dll) Version: 0.9.3
Syntax
C#
public enum RuleRepeatability
Members
  Member nameValueDescription
Repeatable0 Rule will fire every time a matching set of facts is inserted or updated.
NonRepeatable1 Rule will not fire with the same combination of facts, unless that combination was previously deactivated (i.e. through retraction).
See Also