 | X12Reader Class |
Reads X12 documents into .NET objects.
Inheritance Hierarchy Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntaxpublic sealed class X12Reader : X12ReaderBase<ISA, GS>
Public NotInheritable Class X12Reader
Inherits X12ReaderBase(Of ISA, GS)
The X12Reader type exposes the following members.
Constructors | Name | Description |
---|
 | X12Reader(Stream, X12ReaderSettings) |
Initializes a new instance of the X12Reader class.
|
 | X12Reader(Stream, FuncISA, GS, ST, TypeInfo, X12ReaderSettings) |
Initializes a new instance of the X12Reader class.
|
 | X12Reader(Stream, FuncMessageContext, Assembly, X12ReaderSettings) |
Initializes a new instance of the X12Reader class.
|
 | X12Reader(Stream, String, X12ReaderSettings) |
Initializes a new instance of the X12Reader class.
|
Top
See Also