Freigeben über


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

Optionentyp, der konfiguriert wird.

Vererbung
PostConfigureOptions<TOptions>
Implementiert

Konstruktoren

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

Erstellt eine neue Instanz von PostConfigureOptions<TOptions>.

Eigenschaften

Action

Die Initialisierungsaktion.

Name

Der Optionsname.

Methoden

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)
PostConfigure(String, TOptions)

Ruft die registrierte Action für die Initialisierung auf, wenn name übereinstimmt.

ToString()

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

(Geerbt von Object)

Gilt für