| NcpdpScriptReader 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 sealed class NcpdpScriptReader : NcpdpScriptReaderBase<UIB, UIG>
Public NotInheritable Class NcpdpScriptReader
Inherits NcpdpScriptReaderBase(Of UIB, UIG)
The NcpdpScriptReader type exposes the following members.
Constructors | Name | Description |
---|
| NcpdpScriptReader(Stream, EdifactReaderSettings) |
Initializes a new instance of the NcpdpScriptReader class.
|
| NcpdpScriptReader(Stream, FuncUIB, UIH, TypeInfo, NcpdpScriptReaderSettings) |
Initializes a new instance of the NcpdpScriptReader class.
|
| NcpdpScriptReader(Stream, FuncMessageContext, Assembly, NcpdpScriptReaderSettings) |
Initializes a new instance of the NcpdpScriptReader class.
|
| NcpdpScriptReader(Stream, String, NcpdpScriptReaderSettings) |
Initializes a new instance of the NcpdpScriptReader class.
|
TopSee Also