Click or drag to resize

NcpdpScriptReader(Stream, String, 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,
	string rulesAssembly,
	NcpdpScriptReaderSettings settings = null
)

Parameters

ediStream  Stream
The EDI stream to read from.
rulesAssembly  String
The name of the assembly containing the EDI classes.
settings  NcpdpScriptReaderSettings  (Optional)
The reader settings.

Return Value

A new instance of the NcpdpScriptReader class.
See Also