Click or drag to resize

NcpdpScriptReader Class

Reads Ncpdp Script documents into .NET objects.
Inheritance Hierarchy

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public sealed class NcpdpScriptReader : NcpdpScriptReaderBase<UIB, UIG>

The NcpdpScriptReader type exposes the following members.

Constructors
 NameDescription
Public methodNcpdpScriptReader(Stream, EdifactReaderSettings) Initializes a new instance of the NcpdpScriptReader class.
Public methodNcpdpScriptReader(Stream, FuncUIB, UIH, TypeInfo, NcpdpScriptReaderSettings) Initializes a new instance of the NcpdpScriptReader class.
Public methodNcpdpScriptReader(Stream, FuncMessageContext, Assembly, NcpdpScriptReaderSettings) Initializes a new instance of the NcpdpScriptReader class.
Public methodNcpdpScriptReader(Stream, String, NcpdpScriptReaderSettings) Initializes a new instance of the NcpdpScriptReader class.
Top
See Also