Table of Contents

Property FiredRules

Namespace
RuleWright.Core
Assembly
RuleWright.Core.dll

FiredRules

The rules that fired, in evaluation order (descending priority, then document order).

public IReadOnlyList<FiredRule> FiredRules { get; }

Property Value

IReadOnlyList<FiredRule>