Click or drag to resize

VdaWriter Class

Writes .NET object into VDA documents.
Inheritance Hierarchy
SystemObject
  EdiFabric.Framework.WritersBaseWriter
    EdiFabric.Framework.WritersVdaWriter

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public class VdaWriter : BaseWriter

The VdaWriter type exposes the following members.

Constructors
 NameDescription
Public methodVdaWriter(Stream, String, Encoding, Boolean) Initializes a new instance of the VdaWriter class.
Public methodVdaWriter(String, Boolean, String, Encoding, Boolean) Initializes a new instance of the VdaWriter class.
Top
Methods
 NameDescription
Public methodWrite Writes a message to the destination.
(Overrides BaseWriterWrite(EdiMessage, Boolean, Separators))
Public methodWriteAsync(EdiMessage, Boolean, Separators) Writes a message to the destination asynchronously.
(Overrides BaseWriterWriteAsync(EdiMessage, Boolean, Separators))
Public methodWriteAsync(EdiMessage, CancellationToken, Boolean, Separators) Writes a message to the destination asynchronously with cancellation token.
(Overrides BaseWriterWriteAsync(EdiMessage, CancellationToken, Boolean, Separators))
Top
See Also