DataValueCollection Class

Spotfire 14.3 API Reference
A collection of the row values in a IDataColumn.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataDataValueCollection

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

C#
[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public abstract class DataValueCollection : ISerializable

The DataValueCollection type exposes the following members.

Properties

  NameDescription
Public propertyComparer
Gets the comparer which should be used to compare row values.
Public propertyCount
Gets the number of values in the collection.
Public propertyDataType
Gets the data type of the values in the collection.
Public propertyFormatter
Gets the formatter which should be used for format row values..
Public propertyInvalidRows
Gets the invalid rows in the collection, as an IndexSet.
Public propertyValidRows
Gets the valid rows in the collection, as an IndexSet.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindNumericRange
Finds the minimum and maximum numeric values in a subset of the rows.
Public methodFindRowsInNumericRange
Finds all rows with values in a given numeric range.
Public methodGetEnumerator
Enumerate over all the data value in the collection.
Public methodGetFormattedValue(Int32) Obsolete.
Gets the formatted value for a given row using the default formatter.
Public methodGetFormattedValue(Int32, IDataFormatter) Obsolete.
Gets the formatted value for a given row.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMaxNumericValue
Gets the maximum numeric value in a subset of the rows.
Public methodGetMaxValue
Gets the maximum value of all the rows.
Public methodGetMaxValue(IEnumerableInt32)
Gets the maximum value in a subset of the rows.
Public methodGetMinNumericValue
Gets the minimum numeric value within in a subset of the rows.
Public methodGetMinValue
Gets the minimum value of all the rows.
Public methodGetMinValue(IEnumerableInt32)
Gets the minimum value in a subset of the rows.
Public methodGetNumericValue Obsolete.
Gets the numeric (double) value for a given row.
Public methodGetObjectData
Implements ISerializable.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue Obsolete.
Gets the value at a given index.
Public methodIsInvalid Obsolete.
Checks if a given row is invalid.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference