TransformTupleSortComparer Class

Comparer class for sorting TransformTuple objects.
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityTransformTupleSortComparer

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public class TransformTupleSortComparer : IComparer<TransformTuple>

The TransformTupleSortComparer type exposes the following members.

Constructors
  NameDescription
Public methodTransformTupleSortComparer
Initializes a new instance of the TransformTupleSortComparer class.
Top
Methods
  NameDescription
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Top
See Also