Enum RuleBranch
- Namespace
- RuleWright.Core
- Assembly
- RuleWright.Core.dll
Which side of a rule produced a FiredRule: the actions that run when
the condition passes, or the else actions that run when it does not.
public enum RuleBranch
Fields
Then = 0The rule's condition matched; its
actionsran.Else = 1The rule's condition did not match; its
elseactions ran.