FileHelpers.MasterDetail Namespace |
Class | Description | |
---|---|---|
MasterDetailEngine |
Read a master detail file, eg Orders followed by detail records
| |
MasterDetailEngineTMaster, TDetail | One of the main classes of the library. This engine is responsible for reading and writing Master-Details records to or from files or streams. | |
MasterDetails |
Records are read which one is the master and the following records
are details, eg an order and the items ordered.
| |
MasterDetailsM, D | This class contains information of a Master record and its Details records. This class is used for the Read and Write operations of the MasterDetailEngine. |
Delegate | Description | |
---|---|---|
MasterDetailSelector |
Delegate thats determines the Type of the current record (Master, Detail, Skip)
|
Enumeration | Description | |
---|---|---|
CommonSelector | The Action taken when the selector string is found. | |
RecordAction |
Used with the MasterDetailSelector Delegate
to determines the action used by the MasterDetailEngine |