IFileHelperEngineT Properties |
The IFileHelperEngineT 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. |
![]() | LineNumber | The current line number. |
![]() | NewLineForWrite | Newline char or string to be used when engine writes records. |
![]() | 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). |