PostConfigureOptions<TOptions> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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 |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt. (Geerbt von Object) |