Freigeben über


ConfigureFromConfigurationOptions<TOptions> Klasse

Definition

Konfiguriert eine Optionsinstanz, indem Bind(IConfiguration, Object) für IConfiguration verwendet wird.

generic <typename TOptions>
 where TOptions : classpublic ref class ConfigureFromConfigurationOptions : Microsoft::Extensions::Options::ConfigureOptions<TOptions>
public class ConfigureFromConfigurationOptions<TOptions> : Microsoft.Extensions.Options.ConfigureOptions<TOptions> where TOptions : class
type ConfigureFromConfigurationOptions<'Options (requires 'Options : null)> = class
    inherit ConfigureOptions<'Options (requires 'Options : null)>
Public Class ConfigureFromConfigurationOptions(Of TOptions)
Inherits ConfigureOptions(Of TOptions)

Typparameter

TOptions

Der Typ der zu bindenden Optionen.

Vererbung
ConfigureFromConfigurationOptions<TOptions>

Konstruktoren

ConfigureFromConfigurationOptions<TOptions>(IConfiguration)

Konstruktor, der die IConfiguration Instanz für eine Bindung annimmt.

Eigenschaften

Action

Die Konfigurationsaktion.

(Geerbt von ConfigureOptions<TOptions>)

Methoden

Configure(TOptions)

Ruft die registrierte Action-Klasse für die Konfiguration auf.

(Geerbt von ConfigureOptions<TOptions>)
Equals(Object)

Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist.

(Geerbt von Object)
GetHashCode()

Fungiert als Standardhashfunktion.

(Geerbt von Object)
GetType()

Ruft den Type der aktuellen Instanz ab.

(Geerbt von Object)
MemberwiseClone()

Erstellt eine flache Kopie des aktuellen Object.

(Geerbt von Object)
ToString()

Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.

(Geerbt von Object)

Gilt für