Click or drag to resize

NcpdpTelcoReader Class

Reads NCPDP TELCO documents into .NET objects.
Inheritance Hierarchy
SystemObject
  EdiFabric.Framework.ReadersBaseReader
    EdiFabric.Framework.ReadersNcpdpTelcoReader

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public class NcpdpTelcoReader : BaseReader

The NcpdpTelcoReader type exposes the following members.

Constructors
 NameDescription
Public methodNcpdpTelcoReader(Stream, Encoding) Initializes a new instance of the NcpdpTelcoReader class.
Public methodNcpdpTelcoReader(Stream, FuncTransmissionHeader, TransactionHeader, ResponseHeader, TypeInfo, Encoding) Initializes a new instance of the NcpdpTelcoReader class.
Public methodNcpdpTelcoReader(Stream, FuncMessageContext, Assembly, Encoding) Initializes a new instance of the NcpdpTelcoReader class.
Public methodNcpdpTelcoReader(Stream, String, Encoding) Initializes a new instance of the NcpdpTelcoReader class.
Top
Properties
 NameDescription
Public propertyCurrentSegmentIndex How many segments have been read so far
Public propertyCurrentTransmissionHeader The current transmission header
Top
Methods
 NameDescription
Public methodRead Reads an NCPDP TELCO item from the stream.
(Overrides BaseReaderRead)
Public methodReadAsync Reads an NCPDP TELCO item from the stream asynchronously.
(Overrides BaseReaderReadAsync)
Public methodReadAsync(CancellationToken) Reads an NCPDP TELCO item from the stream asynchronously with cancellation token.
(Overrides BaseReaderReadAsync(CancellationToken))
Top
See Also