Interface ISettingsProviderSelector
Application service contract for the singleton settings provider selector.
Namespace: Kephas.Configuration.Providers
Assembly: Kephas.Core.dll
Syntax
[SingletonAppServiceContract]
public interface ISettingsProviderSelector
Methods
| Improve this Doc View SourceGetProvider(Type)
Gets the provider handling a specific settings type.
Declaration
ISettingsProvider GetProvider(Type settingsType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | settingsType | Type of the settings. |
Returns
Type | Description |
---|---|
ISettingsProvider | The provider. |