| 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.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.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 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