Table of Contents

Property StopOnFirstMatch

Namespace
RuleWright.Core
Assembly
RuleWright.Core.dll

StopOnFirstMatch

When true, evaluation stops after the first rule whose condition passes; remaining rules are reported in the trace with StoppedAfterMatch.

public bool StopOnFirstMatch { get; init; }

Property Value

bool