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