![]() | Edi |
public abstract class EdiReader<T, U, V, W, X, Y> : BaseReader where T : IEdiItem where U : IEdiItem where V : IEdiItem where W : IEdiItem
The EdiReaderT, U, V, W, X, Y type exposes the following members.
Name | Description | |
---|---|---|
![]() | CurrentGroupHeader | The current group header (GS or UNG) |
![]() | CurrentInterchangeHeader | The current interchange header (ISA or UNB) |
![]() | CurrentSegmentIndex | How many segments have been read so far |
![]() | Eof | Whether the end of the stream was reached |
Name | Description | |
---|---|---|
![]() | Read |
Reads an EDI item from the stream.
(Overrides BaseReaderRead) |
![]() | ReadAsync |
Reads an EDI item from the stream asynchronously.
(Overrides BaseReaderReadAsync) |
![]() | ReadAsync(CancellationToken) |
Reads an EDI item from the stream asynchronously with cancellation token.
(Overrides BaseReaderReadAsync(CancellationToken)) |