| X12ReaderBaseT, U Class |
Reads X12 documents into .NET objects.
Inheritance Hierarchy Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public class X12ReaderBase<T, U> : EdiReader<T, U, GE, IEA, ST, SE>
where T : ISA
where U : GS
Public Class X12ReaderBase(Of T As ISA, U As GS)
Inherits EdiReader(Of T, U, GE, IEA, ST, SE)
Type Parameters
- T
- The interchange header type.
- U
- The group header type.
The X12ReaderBaseT, U type exposes the following members.
Constructors | Name | Description |
---|
| X12ReaderBaseT, U(Stream, X12ReaderSettings) |
Initializes a new instance of the X12ReaderBaseT, U class.
|
| X12ReaderBaseT, U(Stream, FuncISA, GS, ST, TypeInfo, X12ReaderSettings) |
Initializes a new instance of the X12ReaderBaseT, U class.
|
| X12ReaderBaseT, U(Stream, FuncMessageContext, Assembly, X12ReaderSettings) |
Initializes a new instance of the X12ReaderBaseT, U class.
|
| X12ReaderBaseT, U(Stream, String, X12ReaderSettings) |
Initializes a new instance of the X12ReaderBaseT, U class.
|
TopSee Also