ChainedConfigurationProvider Class

Definition

Chained implementation of IConfigurationProvider.

public ref class ChainedConfigurationProvider : Microsoft::Extensions::Configuration::IConfigurationProvider
public ref class ChainedConfigurationProvider : IDisposable, Microsoft::Extensions::Configuration::IConfigurationProvider
public class ChainedConfigurationProvider : Microsoft.Extensions.Configuration.IConfigurationProvider
public class ChainedConfigurationProvider : IDisposable, Microsoft.Extensions.Configuration.IConfigurationProvider
type ChainedConfigurationProvider = class
    interface IConfigurationProvider
type ChainedConfigurationProvider = class
    interface IConfigurationProvider
    interface IDisposable
Public Class ChainedConfigurationProvider
Implements IConfigurationProvider
Public Class ChainedConfigurationProvider
Implements IConfigurationProvider, IDisposable
Inheritance
ChainedConfigurationProvider
Implements

Constructors

ChainedConfigurationProvider(ChainedConfigurationSource)

Initialize a new instance from the source configuration.

Properties

Configuration

Gets the chained configuration.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Equals(Object)

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

(Inherited from Object)
GetChildKeys(IEnumerable<String>, String)

Returns the immediate descendant configuration keys for a given parent path based on this IConfigurationProviders data and the set of keys returned by all the preceding IConfigurationProviders.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetReloadToken()

Returns a change token if this provider supports change tracking, null otherwise.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
Load()

Loads configuration values from the source represented by this IConfigurationProvider.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Set(String, String)

Sets a configuration value for the specified key.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryGet(String, String)

Tries to get a configuration value for the specified key.

Applies to