C# Class Sql2Growl.Configuration

Exibir arquivo Open project: knippers/sql2growl

Public Methods

Method 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 method

public Configuration ( ) : System.Collections.Generic
return System.Collections.Generic

GetIntValue() public method

public GetIntValue ( string p_key, int p_default ) : int
p_key string
p_default int
return int

GetValue() public method

public GetValue ( string p_key ) : string
p_key string
return string

GetValue() public method

public GetValue ( string p_key, string p_default ) : string
p_key string
p_default string
return string

Load() public method

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

Save() public method

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