|
FlatReader Constructor (StreamReader, String, String, String, String)
|
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: 10.4.1.0 (10.4.1.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
)
<ObsoleteAttribute("This constructor is deprecated, use a constructor with FlatReaderSettings instead.")>
Public Sub New (
streamReader As StreamReader,
format As String,
version As String,
messageName As String,
templatesAssembly As String
)
Parameters
- streamReader
- Type: System.IOStreamReader
The flat file stream reader. - format
- Type: SystemString
The flat file format. - version
- Type: SystemString
The flat file version. - messageName
- Type: SystemString
The name in the Message attribute. - templatesAssembly
- Type: SystemString
The name of the assembly containing the flat file templates.
See Also