Click or drag to resize

FlatReader(StreamReader, Type) Constructor

Note: This API is now obsolete.

Initializes a new instance of the FlatReader class. Can be used only with a single instance of a message in the file.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
[ObsoleteAttribute("This constructor is deprecated, use a constructor with FlatReaderSettings instead.")]
public FlatReader(
	StreamReader streamReader,
	Type templateType
)

Parameters

streamReader  StreamReader
The flat file stream reader.
templateType  Type
The flat file template type.
See Also