C# Class BCR.GlobalSettings

Afficher le fichier Open project: jeroenwalter/ComicRackWeb

Méthodes publiques

Méthode Description
GetBoolean ( string key, bool defaultValue ) : bool
GetInt32 ( string key, int defaultValue ) : int
GetString ( string key, string defaultValue ) : string
GlobalSettings ( ) : System
Initialize ( ) : void

Read global settings.

Save ( ) : void
Set ( string key, string value ) : void

Method Details

GetBoolean() public méthode

public GetBoolean ( string key, bool defaultValue ) : bool
key string
defaultValue bool
Résultat bool

GetInt32() public méthode

public GetInt32 ( string key, int defaultValue ) : int
key string
defaultValue int
Résultat int

GetString() public méthode

public GetString ( string key, string defaultValue ) : string
key string
defaultValue string
Résultat string

GlobalSettings() public méthode

public GlobalSettings ( ) : System
Résultat System

Initialize() public méthode

Read global settings.
public Initialize ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Set() public méthode

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