| NcpdpScriptReaderBaseT, U Class |
Reads Ncpdp Script documents into .NET objects.
Inheritance Hierarchy Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public class NcpdpScriptReaderBase<T, U> : EdiReader<T, U, UIE, UIZ, UIH, UIT>
where T : UIB
where U : UIG
Public Class NcpdpScriptReaderBase(Of T As UIB, U As UIG)
Inherits EdiReader(Of T, U, UIE, UIZ, UIH, UIT)
Type Parameters
- T
- The interchange header type.
- U
- The group header type.
The NcpdpScriptReaderBaseT, U type exposes the following members.
Constructors | Name | Description |
---|
| NcpdpScriptReaderBaseT, U(Stream, EdifactReaderSettings) |
Initializes a new instance of the NcpdpScriptReaderBaseT, U class.
|
| NcpdpScriptReaderBaseT, U(Stream, FuncT, UIH, TypeInfo, NcpdpScriptReaderSettings) |
Initializes a new instance of the NcpdpScriptReaderBaseT, U class.
|
| NcpdpScriptReaderBaseT, U(Stream, FuncMessageContext, Assembly, NcpdpScriptReaderSettings) |
Initializes a new instance of the NcpdpScriptReaderBaseT, U class.
|
| NcpdpScriptReaderBaseT, U(Stream, String, NcpdpScriptReaderSettings) |
Initializes a new instance of the NcpdpScriptReaderBaseT, U class.
|
TopSee Also