Click or drag to resize

FlatReader(StreamReader, String, String, String, String) 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,
	string format,
	string version,
	string messageName,
	string templatesAssembly
)

Parameters

streamReader  StreamReader
The flat file stream reader.
format  String
The flat file format.
version  String
The flat file version.
messageName  String
The name in the Message attribute.
templatesAssembly  String
The name of the assembly containing the flat file templates.
See Also