SettingsTools Methods
The SettingsTools type exposes the following members.
Methods
Name | Summary | |
---|---|---|
![]() | env(Boolean) | environment for settings (+1 of selected Environment which is the index of the dropdown, if baseZero is set then simply the index) |
![]() | fetchSetting(String, String) | encapsulates setting fetching (currently ConfigurationManager from DBAddin.xll.config), use only for strings. For Integer and Boolean use fetchSettingInt and fetchSettingBool |
![]() | fetchSettingBool(String, String) | exception proof fetching of boolean settings |
![]() | fetchSettingInt(String, String) | exception proof fetching of integer settings |
![]() | initSettings() | initializes global configuration variables |
![]() | setUserSetting(String, String) | change or add a key/value pair in the user settings |