C# Class Hawkeye.Configuration.SettingsManager.SettingsManagerImplementation

Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
CreateDefaultSettingsFile ( string filename ) : void
GetStore ( string key ) : ISettingsStore
Load ( string filename ) : void
Save ( string filename ) : void

Private Methods

Méthode Description
CreateBackup ( string filename ) : void
LoadHawkeyeSettings ( XmlNode node ) : void
LoadSettings ( XmlNode node, string storeKey ) : void

Method Details

CreateDefaultSettingsFile() public méthode

public CreateDefaultSettingsFile ( string filename ) : void
filename string
Résultat void

GetStore() public méthode

public GetStore ( string key ) : ISettingsStore
key string
Résultat ISettingsStore

Load() public méthode

public Load ( string filename ) : void
filename string
Résultat void

Save() public méthode

public Save ( string filename ) : void
filename string
Résultat void