| DexReaderBaseT Class |
Reads DEX documents into .NET objects.
Inheritance Hierarchy Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public class DexReaderBase<T> : EdiReader<T, DXS, DXE, DXE, ST, SE>
where T : DXS
Public Class DexReaderBase(Of T As DXS)
Inherits EdiReader(Of T, DXS, DXE, DXE, ST, SE)
Type Parameters
- T
- The interchange header type.
The DexReaderBaseT type exposes the following members.
Constructors | Name | Description |
---|
| DexReaderBaseT(Stream, DexReaderSettings) |
Initializes a new instance of the DexReaderBaseT class.
|
| DexReaderBaseT(Stream, FuncDXS, ST, TypeInfo, DexReaderSettings) |
Initializes a new instance of the DexReaderBaseT class.
|
| DexReaderBaseT(Stream, FuncMessageContext, Assembly, DexReaderSettings) |
Initializes a new instance of the DexReaderBaseT class.
|
| DexReaderBaseT(Stream, String, DexReaderSettings) |
Initializes a new instance of the DexReaderBaseT class.
|
TopSee Also