Class ConfigurationProviderExtensions
Extension methods for ISettingsProvider.
Inheritance
System.Object
ConfigurationProviderExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Configuration.Providers
Assembly: Kephas.Core.dll
Syntax
public static class ConfigurationProviderExtensions
Methods
| Improve this Doc View SourceGetSettings<T>(ISettingsProvider)
Gets the settings with the provided type.
Declaration
public static T GetSettings<T>(this ISettingsProvider configurationProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| ISettingsProvider | configurationProvider | The configurationProvider to act on. |
Returns
| Type | Description |
|---|---|
| T | The settings. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of the settings. |