719e7011 f7c4 1416 d878 ef7a603e3033 - iAJTin/iExportEngine GitHub Wiki
Additional header content
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.
System.Object
iTin.Export.ComponentModel.Writer.BaseWriter
iTin.Export.ComponentModel.Writer.BaseWriterDirect
iTin.Export.Writers.CsvWriter
iTin.Export.Writers.SqlScriptWriter
iTin.Export.Writers.TsvWriter
Namespace: iTin.Export.ComponentModel.Writer
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public abstract class BaseWriterDirect : BaseWriter,
IWriterDirectVB
Public MustInherit Class BaseWriterDirect
Inherits BaseWriter
Implements IWriterDirectThe BaseWriterDirect type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
BaseWriterDirect | Initializes a new instance of the BaseWriterDirect class |
| Name | Description | |
|---|---|---|
![]() |
IsTransformationFile | Gets a value indicating whether this writer generates a transformation file to be processed later. (Inherited from BaseWriter.) |
![]() |
Provider | Gets or sets a reference to provider for export. (Inherited from BaseWriter.) |
![]() |
ResponseEx | Gets a reference to an object HttpResponseEx than contains the MIME type of the output stream and response header for a ASP.NET operation. (Inherited from BaseWriter.) |
![]() |
Result | Gets enumerable of byte array containing data info. (Inherited from BaseWriter.) |
![]() |
Stream | Gets a reference to writer's stream. (Inherited from BaseWriter.) |
![]() |
TransformFileExtension | Gets the transform file extension. (Inherited from BaseWriter.) |
![]() |
WriterIdentifier | Gets a value than identifies the type of writer. (Overrides BaseWriter.WriterIdentifier.) |
![]() |
WriterMetadata | Gets a reference that contains the extended information about this writer. (Inherited from BaseWriter.) |
| Name | Description | |
|---|---|---|
![]() |
Dispose | Implement IDisposable. Clean managed and unmanaged resources. (Inherited from BaseWriter.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute | Generates output in the format supported by each specialized class. (Inherited from BaseWriter.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
Generate | Generates writer output. (Inherited from BaseWriter.) |
![]() |
GetAsByteArrayEnumerable | Returns the writer result file as a enumeration of byte array (Inherited from BaseWriter.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ReleaseManagedResources | Releasing managed resources. (Inherited from BaseWriter.) |
![]() |
ReleaseUnmanagedResources | Releasing unmanaged resources. (Inherited from BaseWriter.) |
![]() |
ToString | (Inherited from Object.) |
[Missing documentation for "T:iTin.Export.ComponentModel.Writer.BaseWriterDirect"]



