622c2a74 37fd 6371 50a4 4fb71f92c4b0 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Implements interface IWriter. Which acts as the base class for future writers based and not based on markup languages.
System.Object
iTin.Export.ComponentModel.Writer.BaseWriter
iTin.Export.ComponentModel.Writer.BaseWriterDirect
iTin.Export.ComponentModel.Writer.BaseWriterStream
iTin.Export.ComponentModel.Writer.BaseWriterXml
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 BaseWriter : IWriter,
IDisposableVB
Public MustInherit Class BaseWriter
Implements IWriter, IDisposableThe BaseWriter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
BaseWriter | Initializes a new instance of the BaseWriter class. |
| Name | Description | |
|---|---|---|
![]() |
IsTransformationFile | Gets a value indicating whether this writer generates a transformation file to be processed later. |
![]() |
Provider | Gets or sets a reference to provider for export. |
![]() |
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. |
![]() |
Result | Gets enumerable of byte array containing data info. |
![]() |
Stream | Gets a reference to writer's stream. |
![]() |
TransformFileExtension | Gets the transform file extension. |
![]() |
WriterIdentifier | Gets a value than identifies the type of writer. |
![]() |
WriterMetadata | Gets a reference that contains the extended information about this writer. |
| Name | Description | |
|---|---|---|
![]() |
Dispose | Implement IDisposable. Clean managed and unmanaged resources. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute | Generates output in the format supported by each specialized class. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
Generate | Generates writer output. |
![]() |
GetAsByteArrayEnumerable | Returns the writer result file as a enumeration of byte array |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ReleaseManagedResources | Releasing managed resources. |
![]() |
ReleaseUnmanagedResources | Releasing unmanaged resources. |
![]() |
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]()
|
AlternateStyleNameSufix | Preferred alternate style name sufix. |
[Missing documentation for "T:iTin.Export.ComponentModel.Writer.BaseWriter"]




