C# Class Wia.ConfigBase

Show file Open project: nansen/wia

Public Methods

Method Description
GetValue ( string section, string key ) : string
GetValues ( ) : IEnumerable
Load ( ) : void
Save ( ) : void
SaveValue ( string section, string key, string value ) : void

Protected Methods

Method Description
ConfigBase ( ) : System

Method Details

ConfigBase() protected method

protected ConfigBase ( ) : System
return System

GetValue() public method

public GetValue ( string section, string key ) : string
section string
key string
return string

GetValues() public method

public GetValues ( ) : IEnumerable
return IEnumerable

Load() public method

public Load ( ) : void
return void

Save() public method

public Save ( ) : void
return void

SaveValue() public method

public SaveValue ( string section, string key, string value ) : void
section string
key string
value string
return void