Joutsen  v0.4.1
Public Member Functions | List of all members
Joutsen.System.Configuration.ApplicationConfiguration Interface Reference

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)
 

Member Function Documentation

◆ GetSection< SectionType >()

SectionType Joutsen.System.Configuration.ApplicationConfiguration.GetSection< SectionType > ( String  sectionName)
Type Constraints
SectionType :ConfigurationSection 

◆ GetValue()

String Joutsen.System.Configuration.ApplicationConfiguration.GetValue ( String  key)

◆ GetValue< ValueType >() [1/2]

Type Constraints
ValueType :IConvertible 

◆ GetValue< ValueType >() [2/2]

ValueType Joutsen.System.Configuration.ApplicationConfiguration.GetValue< ValueType > ( String  key,
SimpleTypeConverter< string, ValueType >  converter 
)