ConfigureOptions<TOptions> Klas

Definitie

Implementatie van IConfigureOptions<TOptions>.

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

Type parameters

TOptions

Het type opties dat wordt geconfigureerd.

Overname
ConfigureOptions<TOptions>
Afgeleid
Implementeringen

Constructors

Name Description
ConfigureOptions<TOptions>(Action<TOptions>)

Initialiseert een nieuw exemplaar van ConfigureOptions<TOptions>.

Eigenschappen

Name Description
Action

Hiermee haalt u de configuratieactie op.

Methoden

Name Description
Configure(TOptions)

Roept de geregistreerde configuratie aan Action.

Equals(Object)

Bepaalt of het opgegeven object gelijk is aan het huidige object.

(Overgenomen van Object)
GetHashCode()

Fungeert als de standaardhashfunctie.

(Overgenomen van Object)
GetType()

Hiermee haalt u de Type huidige instantie op.

(Overgenomen van Object)
MemberwiseClone()

Hiermee maakt u een ondiepe kopie van de huidige Object.

(Overgenomen van Object)
ToString()

Retourneert een tekenreeks die het huidige object vertegenwoordigt.

(Overgenomen van Object)

Van toepassing op