Table of Contents

Property ElseActions

Namespace
RuleWright.Core
Assembly
RuleWright.Core.dll

ElseActions

Actions applied when the condition does not pass, in document order. Empty when the rule has no else branch, in which case a non-matching rule contributes nothing.

public IReadOnlyList<RuleAction> ElseActions { get; }

Property Value

IReadOnlyList<RuleAction>