37973b78 6b66 1218 9d7d 14680ab2aeda - iAJTin/iExportEngine GitHub Wiki
Additional header content
[Missing
| Class | Description | |
|---|---|---|
![]() |
BaseWriter | Implements interface IWriter. Which acts as the base class for future writers based and not based on markup languages. |
![]() |
BaseWriterDirect | A Specialization of BaseWriter Class, than implements interface IWriterDirect. Which acts as a base class for writers based or not based on markup languages, but the writer is based in a 3rd party library that controls lifecycle of file, such as EPPlus library. |
![]() |
BaseWriterStream | A Specialization of BaseWriter Class, than implements interface IWriterStream. Which acts as a base class for writers not based on markup languages, such as a writer for a binary file format. |
![]() |
BaseWriterXml | A Specialization of BaseWriter Class, than implements interface IWriterXml. Which acts as the base class for future writers-based in markup languages. |
![]() |
WriterOptionsAttribute | Declares extra metadata to a writer. All writers created by iTin Export Engine are based in Managed Extensibility Framework (MEF). |
| Structure | Description | |
|---|---|---|
![]() |
WriterOptionsMetadata | Defines a value that contains the detailed information of a IWriter. |
| Interface | Description | |
|---|---|---|
![]() |
IWriter | Declares a generic writer. |
![]() |
IWriterDirect | Declares a direct writer. |
![]() |
IWriterOptions | Attribute that allows you to add extra metadata to a writer. |
![]() |
IWriterStream | Declares a writer which is non-based in an markup language. |
![]() |
IWriterXml | Declares a writer which is based in an markup language. |
| Enumeration | Description | |
|---|---|---|
![]() |
KnownWriterIdentifier | Known writer types |



