C# Class MvbaCore.ApplicationConfiguration.ApplicationConfigurationSettingProvider

Inheritance: IApplicationConfigurationSettingProvider
Mostra file Open project: mvbalaw/MvbaCore

Public Methods

Method Description
GetSetting ( string key ) : string
GetSettingAsBool ( string key ) : bool

Method Details

GetSetting() public method

public GetSetting ( string key ) : string
key string
return string

GetSettingAsBool() public method

public GetSettingAsBool ( string key ) : bool
key string
return bool