Click or drag to resize

NcpdpScriptReader(Stream, FuncMessageContext, Assembly, 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<MessageContext, Assembly> assemblyFactory,
	NcpdpScriptReaderSettings 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  NcpdpScriptReaderSettings  (Optional)
The reader settings.

Return Value

A new instance of the NcpdpScriptReader class.
See Also