CustomRule Class

A process control rule backed by a user-supplied delegate.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public sealed class CustomRule : IProcessRule
Inheritance
Object  →  CustomRule
Implements
IProcessRule

Constructors

CustomRule Initializes a new CustomRule with the specified identifier, display name, and evaluation delegate.

Properties

DisplayName Gets the user-facing display name for this rule.
Id Gets the stable programmatic identifier for this rule family.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Evaluate Evaluates this rule over the supplied context and returns all violations found.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also