|
EdifactReader Constructor (Stream, FuncUNB, UNG, UNH, TypeInfo, EdifactReaderSettings)
|
Namespace:
EdiFabric.Framework.Readers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.1.0.0 (10.1.0.0)
Syntaxpublic 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
- Type: System.IOStream
The EDI stream to read from. - typeFactory
- Type: SystemFuncUNB, UNG, UNH, TypeInfo
The delegate to return the type of the parsed transaction. - settings (Optional)
- Type: EdiFabric.Framework.ReadersEdifactReaderSettings
The reader settings.
Return Value
Type:
A new instance of the
EdifactReader class.
See Also