MatchTrigger Enumeration |
Namespace: NRules.RuleModel
public enum MatchTrigger
Member name | Value | Description | |
---|---|---|---|
None | 0 | Match is not active. | |
Created | 1 | Match is triggered due to activation creation. | |
Updated | 2 | Match is triggered due to activation update. | |
Removed | 4 | Match is triggered due to activation removal. |