Click or drag to resize

NcpdpScriptWriter(Stream, NcpdpScriptWriterSettings) Constructor

Initializes a new instance of the NcpdpScriptWriter class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public NcpdpScriptWriter(
	Stream stream,
	NcpdpScriptWriterSettings settings = null
)

Parameters

stream  Stream
The stream to write to.
settings  NcpdpScriptWriterSettings  (Optional)
The writer settings.
See Also