|
IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Provides functionality for retrieving settings from various sources such as application settings file. More...
Inheritance diagram for IG.Lib.SettingsReaderAppConfig:
Collaboration diagram for IG.Lib.SettingsReaderAppConfig:Public Member Functions | |
| override string | GetSetting (string settingname) |
| Retrieves the specified setting from the current settings source. More... | |
Public Member Functions inherited from IG.Lib.SettingsReaderBase | |
| virtual bool | GetBooleanSetting (string settingname) |
| Retrieves the specified boolean setting from the current settings source. More... | |
| virtual long | GetIntegerSetting (string settingname) |
| Retrieves the specified integer setting from the current settings source. If the specific setting is not specified in the configuration then 0 is returned. More... | |
| virtual long | GetIntegerSetting (string settingname, long defaultvalue) |
| Retrieves the specified integer setting from the current settings source. More... | |
Protected Member Functions | |
| virtual string | GetSettingAppConfig (string settingname) |
Additional Inherited Members | |
Protected Attributes inherited from IG.Lib.SettingsReaderBase | |
| bool | _expandEnv = true |
Properties inherited from IG.Lib.SettingsReaderBase | |
| object | Lock [get] |
| ILockable.Lock, gets a public lock for the current object. More... | |
| virtual bool | ExpandEnvironmentVariables [get, set] |
Properties inherited from IG.Lib.ILockable | |
| object | Lock [get] |
Provides functionality for retrieving settings from various sources such as application settings file.
$A Igor Apr10;
|
inlinevirtual |
Retrieves the specified setting from the current settings source.
| settingname | Setting name. |
Implements IG.Lib.SettingsReaderBase.
|
inlineprotectedvirtual |