Public Member Functions

dotFeedLib.config Class Reference

Class that provides configuration information. More...

List of all members.

Public Member Functions

 config ()
 Creates a new config with default values.
string getValue (string name)
 Returns a config value.
void changeValue (string name, string newValue)
 Changes the value of a config setting.

Detailed Description

Class that provides configuration information.


Constructor & Destructor Documentation

dotFeedLib.config.config (  ) 

Creates a new config with default values.


Member Function Documentation

void dotFeedLib.config.changeValue ( string  name,
string  newValue 
)

Changes the value of a config setting.

Parameters:
name name of the config setting
newValue new value for this setting
string dotFeedLib.config.getValue ( string  name  ) 

Returns a config value.

Parameters:
name Name of the setting
Returns:
Value of the setting

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties