BaseDataFrame Class |
Namespace: Kratos_3.Network
The BaseDataFrame type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseDataFrame(IEventLogger, Char, IConfigManager) |
Constructor
|
![]() | BaseDataFrame(IEventLogger, String, IConfigManager) |
Constructor
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | getCellT |
Get the datapoint at the given row and column
|
![]() | getCellAt |
Returns a datapoint at a given row and column as an object
|
![]() | getColumnT |
Returns all data in a column, attempting to cast it as T
|
![]() | getColumnAsDoubles |
Return column as array of doubles
|
![]() | getColumnAsMatlabString |
Method used by FactSetOnDemand MATLAB integration, not recommended for toolkit use
|
![]() | getColumnAsString | |
![]() | getColumnAsStrings |
Return column as array of strings
|
![]() | getColumnNames |
Returns the column names found
|
![]() | getColumnTypes |
Returns the column types found
|
![]() | getColumnTypesAsStrings | |
![]() | getError |
Return exception that happened during parse
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getInput |
Returns the input parsed
|
![]() | getNumberOfColumns |
Get number of columns
|
![]() | getNumberOfRows |
Get number of rows
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | hasError |
Returns true if an exception happened during parse
|
![]() | isDoneParsing |
Returns true once the Parse method has finished
|
![]() | IsMatrixData |
Returns false, as basedataframes do not come in matrix data variety
|
![]() | MarkException |
Store an exception that has happened during parsing for future examination
|
![]() | Parse |
Parse the input given and populate the fields in this object
|
![]() | receiveData | |
![]() | throwErrorIfAnyIsPresent |
Throw first error that happened during parse
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |