NoParseDataFrame Class |
Namespace: Kratos_3.Network
The NoParseDataFrame type exposes the following members.
Name | Description | |
---|---|---|
![]() | NoParseDataFrame |
Constructor. |
Name | Description | |
---|---|---|
![]() | checkForErrors |
Search the input of this DataFrame for lines containing "FactSetOnDemandQueryError", indicating that there was an error
(Inherited from DataFrame.) |
![]() | Equals | (Inherited from Object.) |
![]() | getCellT |
Get the dat point at the given row and column
(Inherited from DataFrame.) |
![]() | getCellAt |
Returns a datapoint at a given row and column as an object
(Inherited from DataFrame.) |
![]() | getCellFloat |
Returns a datapoint at given row and column as double
(Inherited from DataFrame.) |
![]() | getCellInt |
Returns a datapoint at given row and column as integer
(Inherited from DataFrame.) |
![]() | getCellString |
Returns a datapoint at given row and column as string
(Inherited from DataFrame.) |
![]() | getColumnT |
Returns all data points in a particular column
(Inherited from DataFrame.) |
![]() | getColumnAsDoubles |
Returns all datapoints in a column as doubles
(Inherited from DataFrame.) |
![]() | getColumnAsInts |
Returns all datapoints in a column as integers
(Inherited from DataFrame.) |
![]() | getColumnAsStrings |
Returns all datapoints in a column as strings
(Inherited from DataFrame.) |
![]() | getColumnForIndexT |
Returns a particular column for a particular index
(Inherited from DataFrame.) |
![]() | getColumnForIndexAsDoubles |
Returns a particular column for a particular index as a double Array
(Inherited from DataFrame.) |
![]() | getColumnForIndexAsInts |
Returns a particular column for a particular index as an int Array
(Inherited from DataFrame.) |
![]() | getColumnForIndexAsMatlabString |
For a specified index, returns all the values in one column as a string.
Column values can be separated by the separator string. For a column with the values 1 2 and 3,
we can format them to return as:
'1','2','3' (by passing , for separator and ' for a surrounder)
or
"1"|"2"|"3" (by passing | for separator and " for surrounder)
(Inherited from DataFrame.) |
![]() | getColumnForIndexAsStrings |
Returns a particular column for a particular index as a string Array
(Inherited from DataFrame.) |
![]() | getColumnNames |
Returns array with all column names
(Inherited from DataFrame.) |
![]() | getColumnTypes |
Returns array with all column types
(Inherited from DataFrame.) |
![]() | getColumnTypesAsStrings | (Inherited from DataFrame.) |
![]() | getDotNetColumnTypes |
Return array containing .NET types each column is best cast to
(Inherited from DataFrame.) |
![]() | getError |
Get the exception this dataframe is storing, stored through the MarkException method.
Call this if the dataframe has an error to find out what error it is
(Inherited from DataFrame.) |
![]() | getFSOD |
Returns the FactSetOnDemand api object
(Inherited from DataFrame.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getIndices |
Get an array with all the index groups
(Inherited from DataFrame.) |
![]() | getInput |
Returns the input received from the server, pre-parse
(Inherited from DataFrame.) |
![]() | getNumberOfColumns |
Returns the number of columns in this dataframe
(Inherited from DataFrame.) |
![]() | getNumberOfRows |
Returns the number of rows in this dataframe
(Inherited from DataFrame.) |
![]() | getSummaryBuilder |
Return the summarybuilder object that contains some data about the request
(Inherited from DataFrame.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | hasError |
Returns true if this dataframe is storing an exception
(Inherited from DataFrame.) |
![]() | isDoneParsing |
Returns true if the dataframe is done
(Inherited from DataFrame.) |
![]() | IsMatrixData |
If the results downloaded by OnDemand servers state that the data contained in this DataFrame is Matrix-type data, this will be set to true
(Inherited from DataFrame.) |
![]() | MarkException |
Call to store an exception in the dataframe for future reference
(Inherited from DataFrame.) |
![]() | Parse(String) |
Parse the dataframe
(Inherited from DataFrame.) |
![]() | Parse(String, String) |
Parse the dataframe
(Inherited from DataFrame.) |
![]() | Parse(String, ListString) |
Simply checks for error messages
(Overrides DataFrameParse(String, ListString).) |
![]() | receiveData | (Inherited from DataFrame.) |
![]() | throwErrorIfAnyIsPresent |
Throw the error this dataframe is storing.
(Inherited from DataFrame.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | fullyParsed |
Indicates whether or not this dataframe is done collecting data and parsing.
(Inherited from DataFrame.) |
![]() | isDone |
Indicates whether or not all processes associated with the dataframe are done, including post-factlet logging
(Inherited from DataFrame.) |