| EdifactReader(Stream, FuncUNB, UNG, UNH, TypeInfo, EdifactReaderSettings) Constructor |
Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public EdifactReader(
Stream ediStream,
Func<UNB, UNG, UNH, TypeInfo> typeFactory,
EdifactReaderSettings settings = null
)
Public Sub New (
ediStream As Stream,
typeFactory As Func(Of UNB, UNG, UNH, TypeInfo),
Optional settings As EdifactReaderSettings = Nothing
)
Parameters
- ediStream Stream
- The EDI stream to read from.
- typeFactory FuncUNB, UNG, UNH, TypeInfo
- The delegate to return the type of the parsed transaction.
- settings EdifactReaderSettings (Optional)
- The reader settings.
Return Value
A new instance of the
EdifactReader class.
See Also