Click or drag to resize

MatchTrigger Enumeration

Event that triggered the match.

Namespace:  NRules.RuleModel
Assembly:  NRules.RuleModel (in NRules.RuleModel.dll) Version: 0.9.3
Syntax
C#
public enum MatchTrigger
Members
  Member nameValueDescription
None0 Match is not active.
Created1 Match is triggered due to activation creation.
Updated2 Match is triggered due to activation update.
Removed4 Match is triggered due to activation removal.
See Also