Click or drag to resize

X12Reader Class

Reads X12 documents into .NET objects.
Inheritance Hierarchy

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public sealed class X12Reader : X12ReaderBase<ISA, GS>

The X12Reader type exposes the following members.

Constructors
 NameDescription
Public methodX12Reader(Stream, X12ReaderSettings) Initializes a new instance of the X12Reader class.
Public methodX12Reader(Stream, FuncISA, GS, ST, TypeInfo, X12ReaderSettings) Initializes a new instance of the X12Reader class.
Public methodX12Reader(Stream, FuncMessageContext, Assembly, X12ReaderSettings) Initializes a new instance of the X12Reader class.
Public methodX12Reader(Stream, String, X12ReaderSettings) Initializes a new instance of the X12Reader class.
Top
See Also