GQIColumn<T> class
Definition
- Namespace:
Skyline.DataMiner.Analytics.GenericInterface - Assembly:
SLAnalyticsTypes.dll
Provides the typed base class for a column in GQI. It provides increased type safety compared to the non-generic GQIColumn.
Inherits from GQIColumn.
Note
This is an abstract base class. To create a new column, use one of the derived types provided by the framework.
Type parameters
T: the type of cell values in this column.
Derived types
GQIBooleanColumnGQIDateTimeColumnGQIDoubleColumnGQIIntColumnGQIStringColumnGQITimeSpanColumn(from DataMiner 10.3.9/10.4.0 onwards)