C# Class SmartConfig.DataStores.AppConfig.AppSettingsStore

Implements the app.configuration as data source.
Inheritance: DataStore
Mostrar archivo Open project: he-dev/SmartConfig

Public Methods

Method Description
AppSettingsStore ( ) : System
GetSettings ( Setting setting ) : IEnumerable
SaveSettings ( IEnumerable settings ) : int

Method Details

AppSettingsStore() public method

public AppSettingsStore ( ) : System
return System

GetSettings() public method

public GetSettings ( Setting setting ) : IEnumerable
setting SmartConfig.Data.Setting
return IEnumerable

SaveSettings() public method

public SaveSettings ( IEnumerable settings ) : int
settings IEnumerable
return int