RuleEvaluationResult.Violations Property

Gets the canonical, deterministically ordered list of detected rule violations. Violations are ordered by TriggerIndex ascending; ties are broken by RuleId in ordinal order.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public IReadOnlyList<RuleViolation> Violations { get; }

Property Value

IReadOnlyList<RuleViolation>

See Also