C# Class Hawkeye.Configuration.SettingsManager

Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Свойство Type Description
HawkeyeStoreKey string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public static GetHawkeyeStore ( ) : ISettingsStore
Résultat ISettingsStore

GetStore() public static méthode

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

Initialize() public static méthode

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

Save() public static méthode

public static Save ( ) : void
Résultat void

Property Details

HawkeyeStoreKey public_oe static_oe property

public static string HawkeyeStoreKey
Résultat string