|
| abstract string | GetSetting (string settingname) |
| | Retrieves the specified setting from the current settings source. More...
|
| |
| 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...
|
| |
| abstract string IG.Lib.SettingsReaderBase.GetSetting |
( |
string |
settingname | ) |
|
|
pure virtual |
| virtual bool IG.Lib.SettingsReaderBase.GetBooleanSetting |
( |
string |
settingname | ) |
|
|
inlinevirtual |
| virtual long IG.Lib.SettingsReaderBase.GetIntegerSetting |
( |
string |
settingname | ) |
|
|
inlinevirtual |
Retrieves the specified integer setting from the current settings source. If the specific setting is not specified in the configuration then 0 is returned.
- Parameters
-
References IG.Lib.UtilStr.ToInt().
| virtual long IG.Lib.SettingsReaderBase.GetIntegerSetting |
( |
string |
settingname, |
|
|
long |
defaultvalue |
|
) |
| |
|
inlinevirtual |
Retrieves the specified integer setting from the current settings source.
- Parameters
-
| settingname | Setting name. |
| defaultvalue | Value returned in the case that the correspondig setting is not defined. |
References IG.Lib.UtilStr.ToInt().
| object IG.Lib.SettingsReaderBase.lockobj = new object() |
|
private |
| bool IG.Lib.SettingsReaderBase._expandEnv = true |
|
protected |
| object IG.Lib.SettingsReaderBase.Lock |
|
get |
| virtual bool IG.Lib.SettingsReaderBase.ExpandEnvironmentVariables |
|
getset |
The documentation for this class was generated from the following file: