ISettingsStore Interface

Interface for a Settings Store implementation class.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public interface ISettingsStore

Properties

AppSettings Gets the application settings section object that applies to the SettingsStore object.
ConnectionStrings Gets the connection strings section object that applies to the SettingsStore object.
IsInitializedIndicates if the setting store has been successfully initialized.
LocationGets the location of a configuration settings.
SectionsGets all the settings sections that apply to the SettingsStore object.
SourceGets the folder information source.

Methods

AddSettingAdds or updates a setting in the AppSettings key/value collection.
GetSectionReturns the specified SettingsSection object.
GetSettingReturns the value of the specified AppSettings key.

See Also