UploadFactlet Methods |
The UploadFactlet type exposes the following members.
Name | Description | |
---|---|---|
![]() | addDataPoint(Double) |
Add a single datapoint. Datapoints are added to the datatable left to right, top to bottom.
Correct data type isn't checked until the upload is initiated.
Uses the ToString method in doubles to convert the data to string format
|
![]() | addDataPoint(String) |
Add a single datapoint. Datapoints are added to the datatable left to right, top to bottom.
Correct data type isn't checked until the upload is initiated
|
![]() | 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 | (Overrides DataRequestFetch(IDataFetch, IDataTable).) |
![]() | getDataFrame |
Returns a NoParseDataFrame
(Overrides FactletgetDataFrame(IEventLogger, Boolean, Boolean, IConfigManager, FactSetOnDemand).) |
![]() | 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) | (Inherited from Factlet.) |
![]() | ReceiveData(String, Boolean) | (Inherited from DataRequest.) |
![]() | Retry | (Inherited from DataRequest.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |