IValidateOptions<TOptions> Schnittstelle

Definition

Überprüft Optionen.

generic <typename TOptions>
 where TOptions : classpublic interface class IValidateOptions
public interface IValidateOptions<TOptions> where TOptions : class
type IValidateOptions<'Options (requires 'Options : null)> = interface
Public Interface IValidateOptions(Of TOptions)

Typparameter

TOptions

Der zu überprüfende Optionstyp.

Abgeleitet

Methoden

Name Beschreibung
Validate(String, TOptions)

Überprüft eine angegebene benannte Optionsinstanz (oder alle falls name vorhanden null).

Gilt für: