|
NcpdpScriptReader Constructor (Stream, FuncUIB, UIH, TypeInfo, NcpdpScriptReaderSettings)
|
Namespace:
EdiFabric.Framework.Readers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic NcpdpScriptReader(
Stream ediStream,
Func<UIB, UIH, TypeInfo> typeFactory,
NcpdpScriptReaderSettings settings = null
)
Public Sub New (
ediStream As Stream,
typeFactory As Func(Of UIB, UIH, TypeInfo),
Optional settings As NcpdpScriptReaderSettings = Nothing
)
Parameters
- ediStream
- Type: System.IOStream
The EDI stream to read from. - typeFactory
- Type: SystemFuncUIB, UIH, TypeInfo
The delegate to return the type of the parsed transaction. - settings (Optional)
- Type: EdiFabric.Framework.ReadersNcpdpScriptReaderSettings
The reader settings.
Return Value
Type:
A new instance of the
NcpdpScriptReader class.
See Also