This namespace contains the classes used for MasterDetail processing.
| Class | Description |
|---|---|
| MasterDetailEngine |
One of the main classes of the library. This engine is responsable to Read/Write Master-Details records from/to files or streams. |
| MasterDetails |
This class contains information of a Master record an their 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 |