|
NcpdpScriptReader Constructor (Stream, String, NcpdpScriptReaderSettings)
|
Namespace:
EdiFabric.Framework.Readers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic NcpdpScriptReader(
Stream ediStream,
string rulesAssembly,
NcpdpScriptReaderSettings settings = null
)
Public Sub New (
ediStream As Stream,
rulesAssembly As String,
Optional settings As NcpdpScriptReaderSettings = Nothing
)
Parameters
- ediStream
- Type: System.IOStream
The EDI stream to read from. - rulesAssembly
- Type: SystemString
The name of the assembly containing the EDI classes. - settings (Optional)
- Type: EdiFabric.Framework.ReadersNcpdpScriptReaderSettings
The reader settings.
Return Value
Type:
A new instance of the
NcpdpScriptReader class.
See Also