 | EdifactReader Class |
Reads Edifact documents into .NET objects.
Inheritance Hierarchy Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntaxpublic sealed class EdifactReader : EdifactReaderBase<UNB, UNG>
Public NotInheritable Class EdifactReader
Inherits EdifactReaderBase(Of UNB, UNG)
The EdifactReader type exposes the following members.
Constructors | Name | Description |
---|
 | EdifactReader(Stream, EdifactReaderSettings) |
Initializes a new instance of the EdifactReader class.
|
 | EdifactReader(Stream, FuncUNB, UNG, UNH, TypeInfo, EdifactReaderSettings) |
Initializes a new instance of the EdifactReader class.
|
 | EdifactReader(Stream, FuncMessageContext, Assembly, EdifactReaderSettings) |
Initializes a new instance of the EdifactReader class.
|
 | EdifactReader(Stream, String, EdifactReaderSettings) |
Initializes a new instance of the EdifactReader class.
|
Top
See Also