1010Data Insights Platform .NET SDK
|
Datum holding a value. More...
Public Member Functions | |
sealed override String | ToString () |
Returns the String version of this Datum's value. More... | |
![]() | |
abstract Result | Accept< Result > (Computation< Result > c) |
Visitor pattern for Datum. More... | |
abstract void | Accept (Operation o) |
Visitor pattern for Datum. More... | |
Static Public Member Functions | |
static implicit | operator T (Datum.Generic< T > d) |
Implicit conversion. | |
Properties | |
virtual T | Value [get, set] |
Value held by this Datum. | |
![]() | |
String | Name [get] |
Gets the name of the Column this Datum comes from. | |
![]() | |
String | Name [get] |
Gets the name of this item. | |
Additional Inherited Members | |
![]() | |
readonly int | Index |
Index of the column this data comes from. | |
Datum holding a value.
|
inline |
Returns the String version of this Datum's value.