Click or drag to resize

DFSnapshotDataFrame Class

Data frame for holding reseults from DFSnapshot queries. Has some different parsing behavior than BaseDataFrame
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 DFSnapshotDataFrame : BaseDataFrame

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