BaseConfigManager Methods |
The BaseConfigManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | getConfigBool |
Return a config value as a bool
|
![]() | getConfigBoolByName | |
![]() | getConfigByName | |
![]() | getConfigInt | |
![]() | getConfigIntByName | |
![]() | getConfigObject |
Return a config value as an uncast object
|
![]() | getConfigString |
Return a config value as a string.
|
![]() | getConfigStringByName | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getMaxValue |
Returns maximum allowed value for given variable.
If there is no maximum allowed value, throws an InvalidInputException
As of FactSetOnDemand 3.2, the maximum allowed values are:
Timeout: 930
HTTPSRetries: MaxValue |
![]() | getMinValue |
Returns minimum allowed value for given variable.
If there is no minimum allowed value, throws an InvalidInputException.
As of FactSetOnDemand 3.0, the minimum allowed values are:
Timeout: 1
HTTPSRetries: 0
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | R_getConfigBool | |
![]() | R_getConfigObject |
Return a config value as an uncast object.
Used by R. Not recommended for use outside of R.
|
![]() | R_setConfig |
Set a config option.
Used by R. Not recommended for use outside of R.
|
![]() | setConfig(ConfigOptions, Boolean) |
Set a config option
|
![]() | setConfig(ConfigOptions, Int32) |
Set a config option
|
![]() | setConfig(ConfigOptions, Object) |
Set a config option
|
![]() | setConfig(ConfigOptions, String) |
Set a config option
|
![]() | setConfigByName(String, Boolean) | |
![]() | setConfigByName(String, Int32) | |
![]() | setConfigByName(String, Object) | |
![]() | setConfigByName(String, String) | |
![]() | setPathToConfig | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VerifyAndFixDatabaseState |