Click or drag to resize

XmlDataFrame Class

DataFrame for parsing query results that are returned in a dataframe format
Inheritance Hierarchy
SystemObject
  Kratos_3.NetworkXmlDataFrame

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

The XmlDataFrame type exposes the following members.

Constructors
  NameDescription
Public methodXmlDataFrame
Constructor
Top
Methods
  NameDescription
Public methodcheckForErrors
Check if the input has errors. If so throw an error
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodErrorOnFetch
Public methodgetCellAt
Get the datapoint at the given row and column
Public methodgetColumnAsDoubles
Throws error. XmlDataFrames only have string type columns
Public methodgetColumnAsStrings
Returns all datapoints in a column as strings
Public methodgetColumnForIndexAsMatlabString(Int32, String, String)
Method used by FactSetOnDemand MATLAB integration, not recommended for toolkit use
Public methodgetColumnForIndexAsMatlabString(String, Int32, String, String)
Return a whole column of dataitem values for the given index in a string formatted for matlab parsing. Not recommended for toolkit use
Public methodgetColumnNames
Returns the names of the columns of the parsed dataframe
Public methodgetColumnTypes
Get the types of the columns of data
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 methodgetIndices
Return the indices associated with the parsed results
Public methodgetInput
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 when this dataframe is done parsing
Public methodIsMatrixData
Returns false. Here to fulfill the datatable interface.
Public methodMarkException
Store an exception that has happened during parsing for future examination
Public methodParse
Parse the input using the strategy provided in the constructor after checking the input for errors
Public methodreceiveData
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