Freigeben über


IValidateOptions<TOptions> Schnittstelle

Definition

Schnittstelle zum Überprüfen von 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

Validate(String, TOptions)

Überprüft eine bestimmte benannte Optionsinstanz (oder alle Instanzen, wenn der Name NULL ist).

Gilt für: