SourceReader Class

NReco.PivotData Class Library Documentation
Generic source reader implementation that aggregates data provided by specified IPivotDataSource
Inheritance Hierarchy

SystemObject
  NReco.PivotData.InputSourceReader

Namespace:  NReco.PivotData.Input
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class SourceReader

The SourceReader type exposes the following members.

Constructors

  NameDescription
Public methodSourceReader(IPivotDataSource, PivotDataConfiguration)
Initializes a new SourceReader with specified IPivotDataSource and PivotDataConfiguration
Public methodSourceReader(IPivotDataSource, PivotDataConfiguration, PivotDataFactory)
Initializes a new SourceReader with specified IPivotDataSource, PivotDataConfiguration and PivotDataFactory instance.
Top
Methods

  NameDescription
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 methodRead
Returns new PivotData instance initialized with PivotDataConfiguration settings and data from specified IPivotDataSource.
Public methodToString (Inherited from Object.)
Top
See Also

Reference