Public Member Functions | |
| Configuration () | |
| Constructor. | |
| XmlElement | GetElement (string key) |
| Returns the XmlElement for the specified key. Creates the key if does not exist. | |
| XmlElement | GetElement (string section, string key) |
| Returns the XmlElement for the specified key. | |
| string | Get (string key) |
| Returns the value for the specified key. | |
| string | Get (string section, string key) |
| Returns the value for the specified key. | |
| bool | Exists (string key) |
| Checks for existence of a specified key. | |
| bool | Exists (string section, string key) |
| Checks for existence of a specified section and key. | |
Properties | |
| string | ConfigPath [get] |
| Called to get the path where Simias.config is installed. | |
| string | StorePath [get] |
| Called to get the path where simias is installed. | |
| Simias::Client::Configuration::Configuration | ( | ) | [inline] |
Constructor.
| XmlElement Simias::Client::Configuration::GetElement | ( | string | key | ) | [inline] |
Returns the XmlElement for the specified key. Creates the key if does not exist.
| key | The key to return. |
| XmlElement Simias::Client::Configuration::GetElement | ( | string | section, | |
| string | key | |||
| ) | [inline] |
Returns the XmlElement for the specified key.
| section | The section where the key is stored. | |
| key | The key to return. |
| string Simias::Client::Configuration::Get | ( | string | key | ) | [inline] |
Returns the value for the specified key.
| key | The key to get the value for. |
| string Simias::Client::Configuration::Get | ( | string | section, | |
| string | key | |||
| ) | [inline] |
Returns the value for the specified key.
| section | The section where the key exists. | |
| key | The key to get the value for. |
| bool Simias::Client::Configuration::Exists | ( | string | key | ) | [inline] |
Checks for existence of a specified key.
| key | The key to check for existence. |
| bool Simias::Client::Configuration::Exists | ( | string | section, | |
| string | key | |||
| ) | [inline] |
Checks for existence of a specified section and key.
| section | The section for the tuple | |
| key | The key to set. |
string Simias::Client::Configuration::ConfigPath [get] |
Called to get the path where Simias.config is installed.
string Simias::Client::Configuration::StorePath [get] |
Called to get the path where simias is installed.
1.5.6