MasterDetailEngine
|
Overloaded. Initializes a new instance of the MasterDetailEngine class. |
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. |
MasterType | Returns the type of the master records handled by this engine. |
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 | Overloaded. Append a record to the specified file. |
ReadFile | Read a file and return an array of the contained records. |
ReadStream | Read a Stream and return an array of the contained records. |
ReadString | Read a String and return an array of the contained records. |
SetProgressHandler (inherited from FileHelpers.EngineBase) | Overloaded. Set the handler to the engine used to notify progress into the operations. |
WriteFile | Overloaded. Write an array of records to the specified file. |
WriteStream | Overloaded. Write an array of records to the specified Stream. |
WriteString | Overloaded. Write an array of records to an String and return it. |
MasterDetailEngine Class | FileHelpers.MasterDetail Namespace | Quick Start Guide | Class Diagram | Examples of Use | Attributes List