AppSettingsExtensions Class

Defines extensions for managing app settings.

Definition

Namespace: Gemstone.Configuration.AppSettings
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public static class AppSettingsExtensions
Inheritance
Object    AppSettingsExtensions

Methods

AddAppSettings Adds an IConfigurationSource for app settings to the given IConfigurationBuilder.
GetAppSettingDescription(IConfigurationSection) Gets the description of the given app setting.
GetAppSettingDescription(IConfiguration, String) Gets the description of the app setting with the given name.
GetAppSettingInitialValue(IConfigurationSection) Gets the initial value of the given app setting.
GetAppSettingInitialValue(IConfiguration, String) Gets the initial value of the app setting with the given name.

See Also