Click or drag to resize

X12Writer Class

Writes .NET object into EDI documents.
Inheritance Hierarchy
SystemObject
  EdiFabric.Framework.WritersBaseWriter
    EdiFabric.Framework.WritersEdiWriterISA, GS
      EdiFabric.Framework.WritersX12Writer

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public sealed class X12Writer : EdiWriter<ISA, GS>

The X12Writer type exposes the following members.

Constructors
 NameDescription
Public methodX12Writer(Stream, X12WriterSettings) Initializes a new instance of the X12Writer class.
Public methodX12Writer(String, Boolean, X12WriterSettings) Initializes a new instance of the X12Writer class.
Top
Methods
 NameDescription
Public methodWrite(GS, 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 methodWrite(ISA, 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 methodWriteAsync(GS, 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))
Public methodWriteAsync(ISA, 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))
Top
See Also