Show / Hide Table of Contents

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 Source

GetSettings<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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX