IFileHelperAsyncEngineT Properties |
The IFileHelperAsyncEngineT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Encoding |
The encoding to Read and Write the streams.
Default is the system's current ANSI code page.
|
![]() | ErrorManager | This is a common class that manage the errors of the library. |
![]() | ErrorMode |
Indicates the behavior of the engine when it found an error.
(shortcut for ErrorManager.ErrorMode)
|
![]() | FooterText | The read footer in the last read operation. If any. |
![]() | HeaderText | The read header in the last read operation. If any. |
![]() ![]() | LastRecord | Contains the last Record read by the ReadNext method. |
![]() | LastRecordValues |
An array with the values of each field of the current record
|
![]() | LineNumber | The current line number. |
![]() | Options | Allows to change some record layout options at runtime |
![]() | RecordType | Returns the type of records handled by this engine. |
![]() | TotalRecords | The total numbers of records in the last read/written file
(only works with whole read/write). |