Click or drag to resize

IFileHelperAsyncEngineT Properties

The IFileHelperAsyncEngineT generic type exposes the following members.

Properties
  NameDescription
Public propertyEncoding
The encoding to Read and Write the streams. Default is the system's current ANSI code page.
Public propertyErrorManager
This is a common class that manage the errors of the library.
Public propertyErrorMode
Indicates the behavior of the engine when it found an error. (shortcut for ErrorManager.ErrorMode)
Public propertyFooterText
The read footer in the last read operation. If any.
Public propertyHeaderText
The read header in the last read operation. If any.
Public propertyCode exampleLastRecord
Public propertyLastRecordValues
An array with the values of each field of the current record
Public propertyLineNumber
The current line number.
Public propertyOptions
Allows to change some record layout options at runtime
Public propertyRecordType
Returns the type of records handled by this engine.
Public propertyTotalRecords
The total numbers of records in the last read/written file (only works with whole read/write).
Top
See Also