Click or drag to resize

X12Reader(Stream, FuncISA, GS, ST, TypeInfo, X12ReaderSettings) Constructor

Initializes a new instance of the X12Reader class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public X12Reader(
	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 X12Reader class.
See Also