C# Class BSky.Lifetime.Services.ConfigService

Inheritance: IConfigService
Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository

Méthodes publiques

Méthode Description
ConfigService ( ) : System
GetConfigValueForKey ( string key ) : string
LoadConfig ( ) : void
LoadDefaultsInDictionary ( ) : void
ModifyConfig ( string key, string value ) : void
RefreshConfig ( ) : void
SetAllSettingsToDefault ( ) : void

Private Methods

Méthode Description
LoadCustomAppConfigurations ( ) : void

Method Details

ConfigService() public méthode

public ConfigService ( ) : System
Résultat System

GetConfigValueForKey() public méthode

public GetConfigValueForKey ( string key ) : string
key string
Résultat string

LoadConfig() public méthode

public LoadConfig ( ) : void
Résultat void

LoadDefaultsInDictionary() public méthode

public LoadDefaultsInDictionary ( ) : void
Résultat void

ModifyConfig() public méthode

public ModifyConfig ( string key, string value ) : void
key string
value string
Résultat void

RefreshConfig() public méthode

public RefreshConfig ( ) : void
Résultat void

SetAllSettingsToDefault() public méthode

public SetAllSettingsToDefault ( ) : void
Résultat void