Click or drag to resize

EdifactReader(Stream, FuncUNB, UNG, UNH, TypeInfo, EdifactReaderSettings) Constructor

Initializes a new instance of the EdifactReader class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public EdifactReader(
	Stream ediStream,
	Func<UNB, UNG, UNH, TypeInfo> typeFactory,
	EdifactReaderSettings settings = null
)

Parameters

ediStream  Stream
The EDI stream to read from.
typeFactory  FuncUNB, UNG, UNH, TypeInfo
The delegate to return the type of the parsed transaction.
settings  EdifactReaderSettings  (Optional)
The reader settings.

Return Value

A new instance of the EdifactReader class.
See Also