1010Data Insights Platform .NET SDK
Public Member Functions | Properties | List of all members
TenTenSDK.Column.Generic< T > Class Template Reference

Generic Column. More...

Inheritance diagram for TenTenSDK.Column.Generic< T >:
TenTenSDK.Column TenTenSDK.INamed TenTenSDK.Column.OfDoubles

Public Member Functions

sealed override Object ItemAt (long index)
 Get the object at the index'th row. More...
 
IEnumerator< T > GetEnumeratorForPolicy (IDownloadPolicy policy)
 Returns an enumerator for the Column. More...
 
- Public Member Functions inherited from TenTenSDK.Column
abstract Result Accept< Result > (Computation< Result > c)
 Visitor pattern for Columns. More...
 
abstract void Accept (Operation o)
 Visitor pattern for Columns. More...
 

Properties

override IEnumerable< String > AsStrings [get]
 Iterates string represenations of Column data.
 
this[long i] [get]
 Retreives a value from the column. More...
 
- Properties inherited from TenTenSDK.Column
IDownloadPolicy Policy [get, set]
 Policy for how data is downloaded on subscripting or enumerating.
 
Table HostTable [get, set]
 This Column's Table.
 
String Name [get]
 Name of the Column.
 
abstract IEnumerable< String > AsStrings [get]
 Iterates over column data and casts to String.
 
- Properties inherited from TenTenSDK.INamed
String Name [get]
 Gets the name of this item.
 

Additional Inherited Members

- Public Attributes inherited from TenTenSDK.Column
readonly Information Info
 Information about the Column.
 

Detailed Description

Generic Column.

Member Function Documentation

sealed override Object TenTenSDK.Column.Generic< T >.ItemAt ( long  index)
inlinevirtual

Get the object at the index'th row.

Parameters
indexWhat item to get.
Returns
The item at the index'th row.

Implements TenTenSDK.Column.

IEnumerator<T> TenTenSDK.Column.Generic< T >.GetEnumeratorForPolicy ( IDownloadPolicy  policy)
inline

Returns an enumerator for the Column.

Parameters
policyObject describing how to downloading policies.
Returns
An enumerator of the Column.

Property Documentation

T TenTenSDK.Column.Generic< T >.this[long i]
get

Retreives a value from the column.

Parameters
iIndex of the item to get.
Returns
A piece of data from this column.
Exceptions
ArgumentOutOfRangeExceptionThrown unless 0 <= i < Count.

The documentation for this class was generated from the following file: