Click or drag to resize

IFileHelperEngineT Properties

The IFileHelperEngineT 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 propertyLineNumber
The current line number.
Public propertyNewLineForWrite
Newline char or string to be used when engine writes records.
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