Click or drag to resize

BaseConfigManager Methods

The BaseConfigManager type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodgetConfigBool
Return a config value as a bool
Public methodgetConfigBoolByName
Public methodgetConfigByName
Public methodgetConfigInt
Public methodgetConfigIntByName
Public methodgetConfigObject
Return a config value as an uncast object
Public methodgetConfigString
Return a config value as a string.
Public methodgetConfigStringByName
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetMaxValue
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
Public methodgetMinValue
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
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodR_getConfigBool
Public methodR_getConfigObject
Return a config value as an uncast object. Used by R. Not recommended for use outside of R.
Public methodR_setConfig
Set a config option. Used by R. Not recommended for use outside of R.
Public methodsetConfig(ConfigOptions, Boolean)
Set a config option
Public methodsetConfig(ConfigOptions, Int32)
Set a config option
Public methodsetConfig(ConfigOptions, Object)
Set a config option
Public methodsetConfig(ConfigOptions, String)
Set a config option
Public methodsetConfigByName(String, Boolean)
Public methodsetConfigByName(String, Int32)
Public methodsetConfigByName(String, Object)
Public methodsetConfigByName(String, String)
Public methodsetPathToConfig
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVerifyAndFixDatabaseState
Top
See Also