TransformTuple Class

Class that represents a full data record when handled by the linked Transform instances defined within a process.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.TransformsTransformTuple

Namespace: Dundas.BI.Data.Transforms
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class TransformTuple : IEquatable<TransformTuple>

The TransformTuple type exposes the following members.

Constructors
 NameDescription
Public methodTransformTuple Initializes a new instance of the TransformTuple class.
Public methodTransformTuple(IEnumerableObject) Initializes a new instance of the TransformTuple class.
Public methodTransformTuple(IListConnectorElement) Initializes a new instance of the TransformTuple class.
Public methodTransformTuple(Object) Initializes a new instance of the TransformTuple class.
Top
Properties
 NameDescription
Public propertyHasNullValue Gets a value indicating whether this instance contains at least one null value.
Public propertyItem Gets the Object with the specified index.
Public propertyLength Gets the number of data values.
Public propertyValues Gets the data values.
Top
Methods
 NameDescription
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodEquals(TransformTuple)Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Top
See Also