| NcpdpScriptReader(Stream, FuncUIB, UIH, TypeInfo, NcpdpScriptReaderSettings) Constructor |
Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public 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 Stream
- The EDI stream to read from.
- typeFactory FuncUIB, UIH, TypeInfo
- The delegate to return the type of the parsed transaction.
- settings NcpdpScriptReaderSettings (Optional)
- The reader settings.
Return Value
A new instance of the
NcpdpScriptReader class.
See Also