PivotDataState Class

NReco.PivotData Class Library Documentation
Represents compacted "raw" pivot data values for serialization
Inheritance Hierarchy

SystemObject
  NReco.PivotDataPivotDataState

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

[SerializableAttribute]
public class PivotDataState

The PivotDataState type exposes the following members.

Constructors

  NameDescription
Public methodPivotDataState
Initializes a new instance of the PivotDataState class
Public methodPivotDataState(IPivotData)
Initializes a new instance of the PivotDataState class
Public methodPivotDataState(UInt32, Object, UInt32, Object)
Initializes a new instance of the PivotDataState class
Top
Methods

  NameDescription
Public methodStatic memberDeserialize
Deserializes PivotDataState from binary data contained by the specified stream
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 methodSerialize
Serializes PivotDataState into specified Stream.
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldDimCount
Number of dimensions
Public fieldKeyValues
Ordered list of key values
Public fieldValueKeys
Ordered list of value keys (each key is represented by array of key indexes)
Public fieldValues
Ordered list of PivotData "values" represented by aggregator's state objects
Top
See Also

Reference