PostConfigureOptions<TOptions> Klasse

Definition

Implementierung von IPostConfigureOptions<TOptions>.

generic <typename TOptions>
 where TOptions : classpublic ref class PostConfigureOptions : Microsoft::Extensions::Options::IPostConfigureOptions<TOptions>
public class PostConfigureOptions<TOptions> : Microsoft.Extensions.Options.IPostConfigureOptions<TOptions> where TOptions : class
type PostConfigureOptions<'Options (requires 'Options : null)> = class
    interface IPostConfigureOptions<'Options (requires 'Options : null)>
Public Class PostConfigureOptions(Of TOptions)
Implements IPostConfigureOptions(Of TOptions)

Typparameter

TOptions

Der zu konfigurierende Optionstyp.

Vererbung
PostConfigureOptions<TOptions>
Implementiert

Konstruktoren

Name Beschreibung
PostConfigureOptions<TOptions>(String, Action<TOptions>)

Erstellt eine neue Instanz von PostConfigureOptions<TOptions>.

Eigenschaften

Name Beschreibung
Action

Ruft die Initialisierungsaktion ab.

Name

Ruft den Namen der Optionen ab.

Methoden

Name Beschreibung
Equals(Object)

Bestimmt, ob das angegebene Objekt dem aktuellen Objekt entspricht.

(Geerbt von Object)
GetHashCode()

Dient als Standardhashfunktion.

(Geerbt von Object)
GetType()

Ruft die Type der aktuellen Instanz ab.

(Geerbt von Object)
MemberwiseClone()

Erstellt eine flache Kopie der aktuellen Object.

(Geerbt von Object)
PostConfigure(String, TOptions)

Ruft die registrierte Initialisierung Action auf, wenn die name Übereinstimmungen übereinstimmen.

ToString()

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

(Geerbt von Object)

Gilt für: