Click or drag to resize

EdifactWriter Class

Writes .NET object into EDI documents.
Inheritance Hierarchy
SystemObject
  EdiFabric.Framework.WritersBaseWriter
    EdiFabric.Framework.WritersEdiWriterUNB, UNG
      EdiFabric.Framework.WritersEdifactWriter

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public sealed class EdifactWriter : EdiWriter<UNB, UNG>

The EdifactWriter type exposes the following members.

Constructors
 NameDescription
Public methodEdifactWriter(Stream, EdifactWriterSettings) Initializes a new instance of the EdifactWriter class.
Public methodEdifactWriter(String, Boolean, EdifactWriterSettings) Initializes a new instance of the EdifactWriter class.
Top
Methods
 NameDescription
Public methodWrite(UNB, Separators) Writes an interchange header to the destination to start a new interchange. Closes the previous interchange and group if any.
(Overrides EdiWriterT, UWrite(T, Separators))
Public methodWrite(UNG, Separators) Writes a group header to the destination to start a new group. Closes the last started group if any.
(Overrides EdiWriterT, UWrite(U, Separators))
Public methodWriteAsync(UNB, Separators) Writes an interchange header to the destination to start a new interchange asynchronously. Closes the previous interchange and group if any.
(Overrides EdiWriterT, UWriteAsync(T, Separators))
Public methodWriteAsync(UNG, Separators) Writes a group header to the destination to start a new group asynchronously. Closes the last started group if any.
(Overrides EdiWriterT, UWriteAsync(U, Separators))
Top
See Also