Generic source reader implementation that aggregates data provided by specified IPivotDataSource
Inheritance Hierarchy
NReco.PivotData.Input.SourceReader
Namespace: NReco.PivotData.Input
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The SourceReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SourceReader(IPivotDataSource, PivotDataConfiguration) | |
![]() | SourceReader(IPivotDataSource, PivotDataConfiguration, PivotDataFactory) |
Initializes a new SourceReader with specified IPivotDataSource, PivotDataConfiguration
and PivotDataFactory instance.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Read |
Returns new PivotData instance initialized with PivotDataConfiguration settings and data from specified IPivotDataSource.
|
![]() | ToString | (Inherited from Object.) |
See Also