ConfigureFromConfigurationOptions<TOptions> Class

Definition

Configures an option instance by using Bind(IConfiguration, Object) against an IConfiguration.

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)

Type Parameters

TOptions

The type of options to bind.

Inheritance
ConfigureFromConfigurationOptions<TOptions>

Constructors

ConfigureFromConfigurationOptions<TOptions>(IConfiguration)

Constructor that takes the IConfiguration instance to bind against.

Properties

Action

The configuration action.

(Inherited from ConfigureOptions<TOptions>)

Methods

Configure(TOptions)

Invokes the registered configure Action.

(Inherited from ConfigureOptions<TOptions>)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to