C# Class Hawkeye.Configuration.SettingsManager

Mostrar archivo Open project: odalet/Hawkeye2

Public Properties

Property Type Description
HawkeyeStoreKey string

Private Properties

Property Type Description

Public Methods

Method Description
GetHawkeyeStore ( ) : ISettingsStore
GetStore ( string key ) : ISettingsStore
Initialize ( string filename = "" ) : void

Initializes the Settings manager with the specified filename.

Save ( ) : void

Method Details

GetHawkeyeStore() public static method

public static GetHawkeyeStore ( ) : ISettingsStore
return ISettingsStore

GetStore() public static method

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

Initialize() public static method

Initializes the Settings manager with the specified filename.
public static Initialize ( string filename = "" ) : void
filename string The Settings file name (optional).
return void

Save() public static method

public static Save ( ) : void
return void

Property Details

HawkeyeStoreKey public_oe static_oe property

public static string HawkeyeStoreKey
return string