Click or drag to resize

X12ReaderBaseT, U(Stream, FuncISA, GS, ST, TypeInfo, X12ReaderSettings) Constructor

Initializes a new instance of the X12ReaderBaseT, U class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public X12ReaderBase(
	Stream ediStream,
	Func<ISA, GS, ST, TypeInfo> typeFactory,
	X12ReaderSettings settings = null
)

Parameters

ediStream  Stream
The EDI stream to read from.
typeFactory  FuncISA, GS, ST, TypeInfo
The delegate to return the type of the parsed transaction.
settings  X12ReaderSettings  (Optional)
The reader settings.

Return Value

A new instance of the X12ReaderBaseT, U class.
See Also