IPivotData Interface

NReco.PivotData Class Library Documentation
Represents an abstract mutlidimensional array.

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

public interface IPivotData : IEnumerable<KeyValuePair<Object[], IAggregator>>, 
	IEnumerable

The IPivotData type exposes the following members.

Properties

  NameDescription
Public propertyAggregatorFactory
Aggregator factory used for creating measure values.
Public propertyCount
Gets the number of values (data points) in the IPivotData.
Public propertyDimensions
List of dimensions.
Public propertyItem
Returns aggregated value by specified keys.
Top
Methods

  NameDescription
Public methodGetEnumerator
Returns an enumerator that can be used to iterate through IPivotData values (data points).
Top
See Also

Reference