C# Class SmartConfig.DataStores.AppConfig.AppSettingsStore

Implements the app.configuration as data source.
Inheritance: DataStore
Afficher le fichier Open project: he-dev/SmartConfig

Méthodes publiques

Méthode Description
AppSettingsStore ( ) : System
GetSettings ( Setting setting ) : IEnumerable
SaveSettings ( IEnumerable settings ) : int

Method Details

AppSettingsStore() public méthode

public AppSettingsStore ( ) : System
Résultat System

GetSettings() public méthode

public GetSettings ( Setting setting ) : IEnumerable
setting SmartConfig.Data.Setting
Résultat IEnumerable

SaveSettings() public méthode

public SaveSettings ( IEnumerable settings ) : int
settings IEnumerable
Résultat int