Factlet Methods |
The Factlet type exposes the following members.
Name | Description | |
---|---|---|
![]() | addStringParameter(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.) |
![]() | addStringParameter(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.) |
![]() | addStringParameterIfNotCurrentlyPresent |
Add a parameter to the request only if it is already not in the request.
Parameter names are case-insensitive
(Inherited from DataRequest.) |
![]() | Equals | (Inherited from Object.) |
![]() | ErrorOnFetch | (Inherited from DataRequest.) |
![]() | Fetch | (Inherited from DataRequest.) |
![]() | getDataFrame |
Create a dataframe appropriate for this factlet
|
![]() | getDataTable | (Inherited from DataRequest.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetNumberOfTries | (Inherited from DataRequest.) |
![]() | getParameterList |
Returns parameters in this data request, as a Dictionary
(Inherited from DataRequest.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ReceiveData(String) | |
![]() | ReceiveData(String, Boolean) | (Inherited from DataRequest.) |
![]() | Retry | (Inherited from DataRequest.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |