Click or drag to resize

EdifactReaderBaseT, U(Stream, String, EdifactReaderSettings) Constructor

Initializes a new instance of the EdifactReaderBaseT, U class.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public EdifactReaderBase(
	Stream ediStream,
	string rulesAssembly,
	EdifactReaderSettings settings = null
)

Parameters

ediStream  Stream
The EDI stream to read from.
rulesAssembly  String
The name of the assembly containing the EDI classes.
settings  EdifactReaderSettings  (Optional)
The reader settings.

Return Value

A new instance of the EdifactReaderBaseT, U class.
See Also