Property UnappliedActionRuleNames
- Namespace
- MailFathom.Application.Rules.Evaluation
- Assembly
- MailFathom.Application.dll
UnappliedActionRuleNames
Gets the names of the rules at least one of whose actions the walk did not carry out, sorted and without repetition.
public IReadOnlyList<string> UnappliedActionRuleNames { get; init; }
Property Value
Remarks
Sorted for the reason MatchedRuleNames is. Both a withheld action and a failed one put a rule here, because to the operator reading a rule that appears not to have fired they are the same question.