Click or drag to resize

NcpdpScriptReaderBaseT, U Class

Reads Ncpdp Script documents into .NET objects.
Inheritance Hierarchy
SystemObject
  EdiFabric.Framework.ReadersBaseReader
    EdiFabric.Framework.ReadersEdiReaderT, U, UIE, UIZ, UIH, UIT
      EdiFabric.Framework.ReadersNcpdpScriptReaderBaseT, U
        EdiFabric.Framework.ReadersNcpdpScriptReader

Namespace: EdiFabric.Framework.Readers
Assembly: 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

Type Parameters

T
The interchange header type.
U
The group header type.

The NcpdpScriptReaderBaseT, U type exposes the following members.

Constructors
 NameDescription
Public methodNcpdpScriptReaderBaseT, U(Stream, EdifactReaderSettings) Initializes a new instance of the NcpdpScriptReaderBaseT, U class.
Public methodNcpdpScriptReaderBaseT, U(Stream, FuncT, UIH, TypeInfo, NcpdpScriptReaderSettings) Initializes a new instance of the NcpdpScriptReaderBaseT, U class.
Public methodNcpdpScriptReaderBaseT, U(Stream, FuncMessageContext, Assembly, NcpdpScriptReaderSettings) Initializes a new instance of the NcpdpScriptReaderBaseT, U class.
Public methodNcpdpScriptReaderBaseT, U(Stream, String, NcpdpScriptReaderSettings) Initializes a new instance of the NcpdpScriptReaderBaseT, U class.
Top
See Also