CustomSortKeyComparer Class

NReco.PivotData Class Library Documentation
ValueKey comparer based on individual dimension comparers.
Inheritance Hierarchy

SystemObject
  NReco.PivotDataCustomSortKeyComparer

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public class CustomSortKeyComparer : IComparer<ValueKey>

The CustomSortKeyComparer type exposes the following members.

Constructors

  NameDescription
Public methodCustomSortKeyComparer
Initializes new instance of CustomSortKeyComparer with specified dimension comparers.
Top
Methods

  NameDescription
Public methodCompare
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference