1010data .NET SDK
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CBigInteger
 CTenTenSDK.Visitor.Computation< Result, T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString >Base class for the Visitor pattern
 CTenTenSDK.Visitor.Computation< Result, Column, Column.OfInts, Column.OfLongs, Column.OfInt128s, Column.OfDoubles, Column.OfStrings >
 CTenTenSDK.Column.Computation< Result >Visitor pattern dispatcher for functions
 CTenTenSDK.Visitor.Computation< Result, Datum, Datum.OfInt, Datum.OfLong, Datum.OfInt128, Datum.OfDouble, Datum.OfString >
 CTenTenSDK.Datum.Computation< Result >Visitor pattern dispatcher for functions
 CTenTenSDK.Native.CSDK
 CDataColumn
 CDataTable
 CException
 CTenTenSDK::Exceptions::TenTenExceptionException from using the 1010 API. Base class for 1010 Exceptions
 CTenTenSDK::Exceptions::BadWindowExceptionException thrown when a row is unexpectedly not available
 CTenTenSDK::Exceptions::CSDKExceptionException from the CSDK
 CTenTenSDK::Exceptions::InvalidCSDKColumnTypeException for invalid CSDK column type
 CTenTenSDK::Exceptions::NullColumnExceptionException thrown when the CSDK gives us a column list with a null column
 CTenTenSDK::Exceptions::OOMExceptionException thrown when the layer between the CSDK and C# cannot allocate memory
 CTenTenSDK::Exceptions::FinishedIteratorExceptionException thrown when a column iterator should not have been exhausted
 CTenTenSDK::Exceptions::InvalidColumnTypeExceptionException thrown when trying to create column of an unsupported type
 CTenTenSDK::Exceptions::InvalidEnumerationAccessExceptionException thrown when accessing an enumeration item at an improper time (before MoveNext or after MoveNext returns false)
 CTenTenSDK::Exceptions::LoginTypeExceptionException thrown when an operation is forbidden by the type of login used
 CTenTenSDK::Exceptions::UnfinishedIteratorExceptionException thrown when a column iterator should be exhausted but is not
 CTenTenSDK::Exceptions::WrongColumnTypeExceptionException for trying to use the wrong type with respect to a column
 CTenTenSDK.Datum.Generic< BigInteger >
 CTenTenSDK.Datum.OfInt128Datum for holding a 128 bit int
 CTenTenSDK.Column.Generic< BigInteger >
 CTenTenSDK.Column.OfInt128sColumn of Int128 values
 CTenTenSDK.Datum.Generic< double >
 CTenTenSDK.Datum.OfDoubleDatum holding a double
 CTenTenSDK.Column.Generic< double >
 CTenTenSDK.Datum.Generic< int >
 CTenTenSDK.Datum.OfIntDatum holding an int
 CTenTenSDK.Column.Generic< int >
 CTenTenSDK.Column.OfIntsColumn of int values
 CTenTenSDK.Column.Generic< long >
 CTenTenSDK.Column.OfLongsColumn of long values
 CTenTenSDK.Datum.Generic< long >
 CTenTenSDK.Datum.OfLongDatum holding a long
 CTenTenSDK.Column.Generic< String >
 CTenTenSDK.Column.OfStringsA column of String values
 CTenTenSDK.Datum.Generic< String >
 CTenTenSDK.Datum.OfStringDatum holding a String
 CIDisposable
 CTenTenSDK.SessionA connection to the 1010data Insights Platform
 CTenTenSDK.TableA representation of data–either a query result or an actual table
 CTenTenSDK.IDownloadPolicyAn interface for download policies, which is equivalent to window size. The window is the number of rows of data that buffered when the SDK requests results
 CTenTenSDK.BasicPolicyEnumeration constant window enumeration policy
 CIEnumerable
 CTenTenSDK.Column.Generic< T >Generic Column
 CTenTenSDK.Column.OfDoublesA column of double values
 CTenTenSDK.IndexedSequence< T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString >Provides functionality for indexing into a sequence of INamed items
 CTenTenSDK.RowSetCollections of rows of a table
 CTenTenSDK.INamedItems that have a name
 CTenTenSDK.ColumnRepresents an int / long / int128 / double / String column
 CTenTenSDK.Column.Generic< T >Generic Column
 CTenTenSDK.DatumRepresents a single int / long / int128 / double / String datum
 CTenTenSDK.Datum.Generic< T >Datum holding a value
 CTenTenSDK.IndexedSequence< Column, Column.OfInts, Column.OfLongs, Column.OfInt128s, Column.OfDoubles, Column.OfStrings >
 CTenTenSDK.ColumnSetCollection of columns for a table
 CTenTenSDK.IndexedSequence< Datum, Datum.OfInt, Datum.OfLong, Datum.OfInt128, Datum.OfDouble, Datum.OfString >
 CTenTenSDK.RowCollection of data for a table (i.e. a row)
 CTenTenSDK.Column.InformationNested container class for information describing a Column
 CList
 CDataRow
 CTenTenSDK.Visitor.Operation< T, TOfInt, TOfLong, TOfInt128, TOfDouble, TOfString >Base class for the Visitor pattern
 CTenTenSDK.Visitor.Operation< Column, Column.OfInts, Column.OfLongs, Column.OfInt128s, Column.OfDoubles, Column.OfStrings >
 CTenTenSDK.Column.OperationVisitor pattern dispatcher for void functions
 CTenTenSDK.Visitor.Operation< Datum, Datum.OfInt, Datum.OfLong, Datum.OfInt128, Datum.OfDouble, Datum.OfString >
 CTenTenSDK.Datum.OperationVisitor pattern dispatcher for void functions
 CTenTenSDK.QueryRepresents a query to be performed on the 1010data Insights Platform