DistinctDataValue Class TIBCO Spotfire 7.0 API Reference
A wrapper class that holds a value that can occur in the column of a data table. The class provides equality and an ordering of the values even if they are of different underlying types. Values of the class can therefore be used in UndoableList and UndoableDictionary.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data DistinctDataValue

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

[SerializableAttribute]
[ImmutableAttribute]
[PersistenceVersionAttribute(2, 0)]
public sealed class DistinctDataValue : IComparable<DistinctDataValue>
Remarks

If the underlying types differ the values are never considered equal.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also