Interface IRuleSubject
Describes a class that applies to a certain rule.
Namespace: SpiceSharp.Validation
Assembly: SpiceSharp.dll
Syntax
public interface IRuleSubject
Methods
Apply(IRules)
Applies the subject to any rules in the validation provider.
Declaration
void Apply(IRules rules)
Parameters
Type | Name | Description |
---|---|---|
IRules | rules | The provider. |