Click or drag to resize

NcpdpScriptReaderBaseT, U(Stream, FuncT, UIH, TypeInfo, NcpdpScriptReaderSettings) Constructor

Initializes a new instance of the NcpdpScriptReaderBaseT, U class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public NcpdpScriptReaderBase(
	Stream ediStream,
	Func<T, UIH, TypeInfo> typeFactory,
	NcpdpScriptReaderSettings settings = null
)

Parameters

ediStream  Stream
The EDI stream to read from.
typeFactory  FuncT, UIH, TypeInfo
The delegate to return the type of the parsed transaction.
settings  NcpdpScriptReaderSettings  (Optional)
The reader settings.

Return Value

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