Skip to content

4a4ec51e 0091 39cb 54a3 b986f5b6ed9a

Fernando Garcia edited this page May 8, 2018 · 1 revision

IWriter Interface

Additional header content

Declares a generic writer.

Namespace: iTin.Export.ComponentModel.Writer
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public interface IWriter : IDisposable

VB

Public Interface IWriter
	Inherits IDisposable

The IWriter type exposes the following members.

Properties

 

Name Description
Public property IsTransformationFile Gets a value indicating whether this writer generates a transformation file to be processed later.
Public property Provider Gets or sets a reference to provider to export.
Public property ResponseEx Gets a reference to an object HttpResponseEx containing the MIME type of the output stream and response header for a ASP.NET operation.
Public property Stream Gets a reference to writer's stream.
Public property TransformFileExtension Gets the transform file extension.
Public property WriterIdentifier Gets a value than identifies the type of writer.
Public property WriterMetadata Gets a reference that contains extended information of this writer.
  Back to Top

Methods

 

Name Description
Public method Dispose (Inherited from IDisposable.)
Public method Generate Generates output in the format supported by each specialized class.
Public method GetAsByteArrayEnumerable Returns the writer result file as a enumeration of byte array
  Back to Top

Remarks

[Missing documentation for "T:iTin.Export.ComponentModel.Writer.IWriter"]

See Also

Reference

iTin.Export.ComponentModel.Writer Namespace

Clone this wiki locally