PivotDataAllValuesCollection Class

NReco.PivotData Class Library Documentation
Inheritance Hierarchy

SystemObject
  NReco.PivotDataPivotDataAllValuesCollection

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

protected class AllValuesCollection : ICollection<KeyValuePair<ValueKey, IAggregator>>, 
	IEnumerable<KeyValuePair<ValueKey, IAggregator>>, IEnumerable

The PivotDataAllValuesCollection type exposes the following members.

Constructors

  NameDescription
Public methodPivotDataAllValuesCollection
Initializes a new instance of the PivotDataAllValuesCollection class
Top
Properties

  NameDescription
Public propertyCount
Public propertyIsReadOnly
Top
Methods

  NameDescription
Public methodAdd
Public methodClear
Public methodContains
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Public methodToString (Inherited from Object.)
Top
See Also

Reference