|
Joutsen
v0.4.1
|
Public Member Functions | |
| String | GetValue (String key) |
| ValueType | GetValue< ValueType > (String key) |
| ValueType | GetValue< ValueType > (String key, SimpleTypeConverter< string, ValueType > converter) |
| SectionType | GetSection< SectionType > (String sectionName) |
| SectionType Joutsen.System.Configuration.ApplicationConfiguration.GetSection< SectionType > | ( | String | sectionName | ) |
| SectionType | : | ConfigurationSection |
| String Joutsen.System.Configuration.ApplicationConfiguration.GetValue | ( | String | key | ) |
Implemented in Joutsen.System.Configuration.XmlApplicationConfiguration.
| ValueType Joutsen.System.Configuration.ApplicationConfiguration.GetValue< ValueType > | ( | String | key | ) |
| ValueType | : | IConvertible |
| ValueType Joutsen.System.Configuration.ApplicationConfiguration.GetValue< ValueType > | ( | String | key, |
| SimpleTypeConverter< string, ValueType > | converter | ||
| ) |
1.8.13