C# Class Hawkeye.Configuration.SettingsManager.SettingsManagerImplementation

显示文件 Open project: odalet/Hawkeye2

Public Methods

Method Description
CreateDefaultSettingsFile ( string filename ) : void
GetStore ( string key ) : ISettingsStore
Load ( string filename ) : void
Save ( string filename ) : void

Private Methods

Method Description
CreateBackup ( string filename ) : void
LoadHawkeyeSettings ( XmlNode node ) : void
LoadSettings ( XmlNode node, string storeKey ) : void

Method Details

CreateDefaultSettingsFile() public method

public CreateDefaultSettingsFile ( string filename ) : void
filename string
return void

GetStore() public method

public GetStore ( string key ) : ISettingsStore
key string
return ISettingsStore

Load() public method

public Load ( string filename ) : void
filename string
return void

Save() public method

public Save ( string filename ) : void
filename string
return void