Table of Contents

Enum RuleRepeatability

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Rule repeatability.

public enum RuleRepeatability

Fields

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).