Show / Hide Table of Contents

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.

Extension Methods

Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX