Non-generic cursor class for efficient enumeration of data values.
Inheritance Hierarchy
Spotfire.Dxp.DataDataValueCursor
Spotfire.Dxp.DataDataValueCursorT
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public abstract class DataValueCursor
The DataValueCursor type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CurrentDataValue | Gets the data value. | |
| IsCurrentValueValid | Gets a value indicating whether the current value is valid or not. |
Methods
| Name | Description | |
|---|---|---|
| Create(DataColumn) | Creates a non-generic value cursor for a given column. | |
| CreateT(IDataColumn) | Creates a generic value cursor for a given column. | |
| CreateT(IDataColumn, Boolean) | Creates a generic value cursor for a given column. | |
| CreateFormatted(IDataColumn) | Creates a value cursor for the formatted values of a given column. | |
| CreateFormatted(IDataColumn, IDataFormatter) | Creates a value cursor for the formatted values of a given column. | |
| CreateMutableCursor | Creates a mutable DataValueCursor of the given dataType. | |
| CreateNumeric(IDataColumn) | Creates a value cursor for the numeric values of a given column. | |
| CreateNumeric(IDataColumn, Boolean) | Creates a value cursor for the numeric values of a given column. | |
| CreateTime |
Creates a value cursor for DateTime values of a given column.
| |
| CreateTransformedTOutput, TInput | Creates a transforming value cursor for a given column. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also