|
X12Reader Constructor (Stream, FuncISA, GS, ST, TypeInfo, X12ReaderSettings)
|
Initializes a new instance of the
X12Reader class.
Namespace:
EdiFabric.Framework.Readers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic 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
- Type: System.IOStream
The EDI stream to read from. - typeFactory
- Type: SystemFuncISA, GS, ST, TypeInfo
The delegate to return the type of the parsed transaction. - settings (Optional)
- Type: EdiFabric.Framework.ReadersX12ReaderSettings
The reader settings.
Return Value
Type:
A new instance of the
X12Reader class.
See Also