Custom Rule.Id Property
Gets the stable programmatic identifier for this rule family.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public string Id { get; }Property Value
StringImplements
IProcessRule.IdRemarks
The identifier is used in RuleId to allow programmatic filtering and categorisation of violations. For built-in rules, the canonical identifiers are: PointBeyondControlLimits, ConsecutivePointsOnSameSide, ConsecutiveIncreasingOrDecreasing, AlternatingUpDown, TwoOfThreeBeyondTwoSigmaSameSide, FourOfFiveBeyondOneSigmaSameSide, FifteenWithinOneSigma, and EightOutsideOneSigma.
Custom rules should use a stable application-defined identifier that does not clash with the canonical names above.