 | NcpdpScriptReaderBaseT, U(Stream, FuncT, UIH, TypeInfo, NcpdpScriptReaderSettings) Constructor |
Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntaxpublic NcpdpScriptReaderBase(
Stream ediStream,
Func<T, UIH, TypeInfo> typeFactory,
NcpdpScriptReaderSettings settings = null
)
Public Sub New (
ediStream As Stream,
typeFactory As Func(Of T, UIH, TypeInfo),
Optional settings As NcpdpScriptReaderSettings = Nothing
)
Parameters
- ediStream Stream
- The EDI stream to read from.
- typeFactory FuncT, 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
NcpdpScriptReaderBaseT, U class.
See Also