Click or drag to resize

Factlet Methods

The Factlet type exposes the following members.

Methods
  NameDescription
Public methodaddStringParameter(String, String)
Add a parameter to the request. If request already has parameter by that name, changes the parameter's value Parameter names are case-insensitive
(Inherited from DataRequest.)
Public methodaddStringParameter(String, String, Boolean)
Add a parameter to the request. If request already has parameter by that name, changes the parameter's value Parameter names are case-insensitive
(Inherited from DataRequest.)
Public methodaddStringParameterIfNotCurrentlyPresent
Add a parameter to the request only if it is already not in the request. Parameter names are case-insensitive
(Inherited from DataRequest.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodErrorOnFetch (Inherited from DataRequest.)
Public methodFetch (Inherited from DataRequest.)
Public methodgetDataFrame
Create a dataframe appropriate for this factlet
Public methodgetDataTable (Inherited from DataRequest.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNumberOfTries (Inherited from DataRequest.)
Public methodgetParameterList
Returns parameters in this data request, as a Dictionary
(Inherited from DataRequest.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReceiveData(String)
Public methodReceiveData(String, Boolean) (Inherited from DataRequest.)
Public methodRetry (Inherited from DataRequest.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also