ListUniqueAggregator Class

NReco.PivotData Class Library Documentation
Implements aggregator that returns sorted list of unique field values
Inheritance Hierarchy

SystemObject
  NReco.PivotDataCountUniqueAggregator
    NReco.PivotDataListUniqueAggregator

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

public class ListUniqueAggregator : CountUniqueAggregator

The ListUniqueAggregator type exposes the following members.

Constructors

  NameDescription
Public methodListUniqueAggregator(String)
Initializes a new instance of the ListUniqueAggregator class
Public methodListUniqueAggregator(String, Object)
Initializes a new instance of the ListUniqueAggregator class
Top
Properties

  NameDescription
Public propertyCount (Inherited from CountUniqueAggregator.)
Public propertyValue (Overrides CountUniqueAggregatorValue.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetState (Inherited from CountUniqueAggregator.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMerge (Inherited from CountUniqueAggregator.)
Public methodPush (Inherited from CountUniqueAggregator.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Protected fielduniqueValues (Inherited from CountUniqueAggregator.)
Top
See Also

Reference