Click or drag to resize

BaseDataFrame Class

DataFrame for messages that contain only column names and data in some csv-like format
Inheritance Hierarchy

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public class BaseDataFrame : IDataTable

The BaseDataFrame type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodgetCellT
Get the datapoint at the given row and column
Public methodgetCellAt
Returns a datapoint at a given row and column as an object
Public methodgetColumnT
Returns all data in a column, attempting to cast it as T
Public methodgetColumnAsDoubles
Return column as array of doubles
Public methodgetColumnAsMatlabString
Method used by FactSetOnDemand MATLAB integration, not recommended for toolkit use
Public methodgetColumnAsString
Public methodgetColumnAsStrings
Return column as array of strings
Public methodgetColumnNames
Returns the column names found
Public methodgetColumnTypes
Returns the column types found
Public methodgetColumnTypesAsStrings
Public methodgetError
Return exception that happened during parse
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetInput
Returns the input parsed
Public methodgetNumberOfColumns
Get number of columns
Public methodgetNumberOfRows
Get number of rows
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodhasError
Returns true if an exception happened during parse
Public methodisDoneParsing
Returns true once the Parse method has finished
Public methodIsMatrixData
Returns false, as basedataframes do not come in matrix data variety
Public methodMarkException
Store an exception that has happened during parsing for future examination
Public methodParse
Parse the input given and populate the fields in this object
Public methodreceiveData
Public methodthrowErrorIfAnyIsPresent
Throw first error that happened during parse
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also