Click or drag to resize

RegistryConfigManager Methods

The RegistryConfigManager 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
(Inherited from BaseConfigManager.)
Public methodgetConfigBoolByName (Inherited from BaseConfigManager.)
Public methodgetConfigByName (Inherited from BaseConfigManager.)
Public methodgetConfigInt (Inherited from BaseConfigManager.)
Public methodgetConfigIntByName (Inherited from BaseConfigManager.)
Public methodgetConfigObject
Return a config value as an uncast object
(Inherited from BaseConfigManager.)
Public methodgetConfigString
Return a config value as a string.
(Inherited from BaseConfigManager.)
Public methodgetConfigStringByName (Inherited from BaseConfigManager.)
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
(Inherited from BaseConfigManager.)
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
(Inherited from BaseConfigManager.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodR_getConfigBool (Inherited from BaseConfigManager.)
Public methodR_getConfigObject
Return a config value as an uncast object. Used by R. Not recommended for use outside of R.
(Inherited from BaseConfigManager.)
Public methodR_setConfig
Set a config option. Used by R. Not recommended for use outside of R.
(Inherited from BaseConfigManager.)
Public methodsetConfig(ConfigOptions, Boolean)
Set a config option
(Inherited from BaseConfigManager.)
Public methodsetConfig(ConfigOptions, Int32)
Set a config option
(Inherited from BaseConfigManager.)
Public methodsetConfig(ConfigOptions, Object)
Set a config option
(Inherited from BaseConfigManager.)
Public methodsetConfig(ConfigOptions, String)
Set a config option
(Inherited from BaseConfigManager.)
Public methodsetConfigByName(String, Boolean) (Inherited from BaseConfigManager.)
Public methodsetConfigByName(String, Int32) (Inherited from BaseConfigManager.)
Public methodsetConfigByName(String, Object) (Inherited from BaseConfigManager.)
Public methodsetConfigByName(String, String) (Inherited from BaseConfigManager.)
Public methodsetPathToConfig (Inherited from BaseConfigManager.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVerifyAndFixDatabaseState (Inherited from BaseConfigManager.)
Top
See Also