| Interface | Description |
|---|---|
| IExporter |
Generic interface for exporting records to an OutputStream.
|
| IExporterFile |
A specialized exporter that exports to a file.
|
| IExportRecord |
Represents a single record to be exported.
|
| IExportRecordField |
Represents a single field of an
IExportRecord to be exported. |
| IExportRecordProvider |
The main record provider.
|
| Class | Description |
|---|---|
| ConstantExportRecordProvider |
An implementation of
IExportRecordProvider that uses a constant list
of records. |
| EmptyExportRecordProvider |
A special implementation of
IExportRecordProvider delivering an empty
set. |
| ExportRecord |
Default implementation of
IExportRecord. |
| ExportRecordField |
A single field for exporting.
|
| Enum | Description |
|---|---|
| EExportDataType |
Base type for export records
|
| EExportRecordType |
Defines the possible export record types.
|
Copyright © 2014–2023 Philip Helger. All rights reserved.