Click or drag to resize

NcpdpScriptReader(Stream, FuncUIB, UIH, TypeInfo, NcpdpScriptReaderSettings) Constructor

Initializes a new instance of the NcpdpScriptReader class.

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

Parameters

ediStream  Stream
The EDI stream to read from.
typeFactory  FuncUIB, 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 NcpdpScriptReader class.
See Also