Implements aggregator that returns sorted list of unique field values
Inheritance Hierarchy
NReco.PivotDataCountUniqueAggregator
NReco.PivotDataListUniqueAggregator
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
The ListUniqueAggregator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ListUniqueAggregator(String) | Initializes a new instance of the ListUniqueAggregator class | |
| ListUniqueAggregator(String, Object) | Initializes a new instance of the ListUniqueAggregator class |
Properties
| Name | Description | |
|---|---|---|
| Count | (Inherited from CountUniqueAggregator.) | |
| Value | (Overrides CountUniqueAggregatorValue.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetState | (Inherited from CountUniqueAggregator.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Merge | (Inherited from CountUniqueAggregator.) | |
| Push | (Inherited from CountUniqueAggregator.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| uniqueValues | (Inherited from CountUniqueAggregator.) |
See Also