DataTuple Class

The class that encapsulates data axis information.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalDataTuple

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class DataTuple : IEquatable<DataTuple>

The DataTuple type exposes the following members.

Constructors
  NameDescription
Public methodDataTuple
Initializes a new instance of the DataTuple class.
Public methodDataTuple(Int32)
Initializes a new instance of the DataTuple class.
Top
Properties
  NameDescription
Public propertyCellset
Gets the parent cellset.
Public propertyChildTupleCount
Gets the child tuples count for the current instance.
Public propertyKey
Gets the tuple key, built using the members unique names.
Public propertyMembers
Gets the dimension members.
Public propertyOrdinal
Gets or sets the tuple ordinal.
Public propertyProperties
Gets the miscellaneous properties.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(DataTuple)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also