Custom Rule 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public sealed class CustomRule : IProcessRule- Inheritance
- Object → CustomRule
- Implements
- IProcessRule
Constructors
| Custom | Initializes a new CustomRule with the specified identifier, display name, and evaluation delegate. |
Properties
| Display | Gets the user-facing display name for this rule. |
| Id | Gets the stable programmatic identifier for this rule family. |
Methods
| Equals | Determines 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. |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |