C# Class Sql2Growl.Configuration

Afficher le fichier Open project: knippers/sql2growl

Méthodes publiques

Méthode Description
Configuration ( ) : System.Collections.Generic
GetIntValue ( string p_key, int p_default ) : int
GetValue ( string p_key ) : string
GetValue ( string p_key, string p_default ) : string
Load ( string p_config ) : void
Save ( string p_config ) : void

Method Details

Configuration() public méthode

public Configuration ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetIntValue() public méthode

public GetIntValue ( string p_key, int p_default ) : int
p_key string
p_default int
Résultat int

GetValue() public méthode

public GetValue ( string p_key ) : string
p_key string
Résultat string

GetValue() public méthode

public GetValue ( string p_key, string p_default ) : string
p_key string
p_default string
Résultat string

Load() public méthode

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

Save() public méthode

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