Click or drag to resize

X12ReaderBaseT, U(Stream, FuncMessageContext, Assembly, 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<MessageContext, Assembly> assemblyFactory,
	X12ReaderSettings settings = null
)

Parameters

ediStream  Stream
The EDI stream to read from.
assemblyFactory  FuncMessageContext, Assembly
The delegate to return the assembly containing the EDI classes.
settings  X12ReaderSettings  (Optional)
The reader settings.

Return Value

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