Table of Contents

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 = 0

The rule's condition matched; its actions ran.

Else = 1

The rule's condition did not match; its else actions ran.