| EdifactReaderBaseT, U Class |
Reads Edifact documents into .NET objects.
Inheritance Hierarchy Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public class EdifactReaderBase<T, U> : EdiReader<T, U, UNE, UNZ, UNH, UNT>
where T : UNB
where U : UNG
Public Class EdifactReaderBase(Of T As UNB, U As UNG)
Inherits EdiReader(Of T, U, UNE, UNZ, UNH, UNT)
Type Parameters
- T
- The interchange header type.
- U
- The group header type.
The EdifactReaderBaseT, U type exposes the following members.
Constructors | Name | Description |
---|
| EdifactReaderBaseT, U(Stream, EdifactReaderSettings) |
Initializes a new instance of the EdifactReaderBaseT, U class.
|
| EdifactReaderBaseT, U(Stream, FuncUNB, UNG, UNH, TypeInfo, EdifactReaderSettings) |
Initializes a new instance of the EdifactReaderBaseT, U class.
|
| EdifactReaderBaseT, U(Stream, FuncMessageContext, Assembly, EdifactReaderSettings) |
Initializes a new instance of the EdifactReaderBaseT, U class.
|
| EdifactReaderBaseT, U(Stream, String, EdifactReaderSettings) |
Initializes a new instance of the EdifactReaderBaseT, U class.
|
TopSee Also