|
Joutsen v0.5.0+12-g5dd5f7e
|
An application configuration read from a XML file. More...
Public Member Functions | |
| XmlApplicationConfiguration () | |
| XmlApplicationConfiguration (SysConfiguration configuration) | |
| SectionType | GetSection< SectionType > (string sectionName) |
| String | GetValue (String key) |
| Fetches a value identified by a key as a string. More... | |
| ValueType | GetValue< ValueType > (string key) |
| ValueType | GetValue< ValueType > (string key, SimpleTypeConverter< string, ValueType > converter) |
Public Member Functions inherited from Joutsen.Configuration.ApplicationConfiguration | |
| String | GetValue (String key) |
| Fetches a value identified by a key as a string. More... | |
| ValueType | GetValue< ValueType > (String key) |
| Fetches a value identified by a key as a specific type. More... | |
| ValueType | GetValue< ValueType > (String key, SimpleTypeConverter< string, ValueType > converter) |
| Fetches a value identified by a key as a specific type. More... | |
| SectionType | GetSection< SectionType > (String sectionName) |
| Fetches a section from the configuration. More... | |
An application configuration read from a XML file.
| Joutsen.Configuration.XmlApplicationConfiguration.XmlApplicationConfiguration | ( | ) |
| Joutsen.Configuration.XmlApplicationConfiguration.XmlApplicationConfiguration | ( | SysConfiguration | configuration | ) |
| SectionType Joutsen.Configuration.XmlApplicationConfiguration.GetSection< SectionType > | ( | string | sectionName | ) |
| SectionType | : | ConfigurationSection |
| String Joutsen.Configuration.XmlApplicationConfiguration.GetValue | ( | String | key | ) |
Fetches a value identified by a key as a string.
Implements Joutsen.Configuration.ApplicationConfiguration.
| ValueType Joutsen.Configuration.XmlApplicationConfiguration.GetValue< ValueType > | ( | string | key | ) |
| ValueType | : | IConvertible |
| ValueType Joutsen.Configuration.XmlApplicationConfiguration.GetValue< ValueType > | ( | string | key, |
| SimpleTypeConverter< string, ValueType > | converter | ||
| ) |