DelimitedFileEngine Constructor
|
Create a version of the FileHelperEngine exclusive for delimited records that allow you to change the delimiter an other options at runtime |
Encoding (inherited from FileHelpers.EngineBase) | The encoding to Read and Write the streams. |
ErrorManager (inherited from FileHelpers.EngineBase) | This is a common class that manage the errors of the library. |
FooterText (inherited from FileHelpers.EngineBase) | The read footer in the last read operation. If any. |
HeaderText (inherited from FileHelpers.EngineBase) | The read header in the last read operation. If any. |
LineNumber (inherited from FileHelpers.EngineBase) | The current line number. |
Options | Overloaded. Allow changes in the record layout like delimiters and others common settings. |
RecordType (inherited from FileHelpers.EngineBase) | Returns the type of records handled by this engine. |
TotalRecords (inherited from FileHelpers.EngineBase) | The total numbers of records in the last read/written file (only works with whole read/write). |
AppendToFile (inherited from FileHelperEngine) | Overloaded. Append a record to the specified file. |
ReadFile (inherited from FileHelperEngine) | Overloaded. Read a file and return an array of the contained records. |
ReadFileAsDT (inherited from FileHelperEngine) | Overloaded. Read the records of the file and fill a DataTable with them |
ReadStream (inherited from FileHelperEngine) | Overloaded. Read a Stream and return an array of the contained records. |
ReadStreamAsDT (inherited from FileHelperEngine) | Overloaded. Read the records of the stream and fill a DataTable with them |
ReadString (inherited from FileHelperEngine) | Overloaded. Read a String and return an array of the contained records. |
ReadStringAsDT (inherited from FileHelperEngine) | Overloaded. Read the records of a string and fill a DataTable with them. |
SetProgressHandler (inherited from FileHelpers.EngineBase) | Overloaded. Set the handler to the engine used to notify progress into the operations. |
WriteFile (inherited from FileHelperEngine) | Overloaded. Write an array of records to the specified file. |
WriteStream (inherited from FileHelperEngine) | Overloaded. Write an array of records to the specified Stream. |
WriteString (inherited from FileHelperEngine) | Overloaded. Write an array of records to an String and return it. |
AfterReadRecord (inherited from FileHelperEngine) | Called in read operations just after the record was created from a record string. |
AfterWriteRecord (inherited from FileHelperEngine) | Called in write operations just after the record was converted to a string. |
BeforeReadRecord (inherited from FileHelperEngine) | Called in read operations just before the record string is translated to a record. |
BeforeWriteRecord (inherited from FileHelperEngine) | Called in write operations just before the record is converted to a string to write it. |
DelimitedFileEngine Class | FileHelpers Namespace