ConfigureFromConfigurationOptions<TOptions> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |