| MasterDetailsM, D Class | 
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.
 Inheritance Hierarchy
Inheritance HierarchyNamespace: FileHelpers.MasterDetail
 Syntax
Syntax[Missing <typeparam name="M"/> documentation for "T:FileHelpers.MasterDetail.MasterDetails`2"]
[Missing <typeparam name="D"/> documentation for "T:FileHelpers.MasterDetail.MasterDetails`2"]
The MasterDetailsM, D type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MasterDetailsM, D | Create an empty instance. | 
|  | MasterDetailsM, D(M, D) | Create a new instance with the specified values. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Details | An Array with the Detail records. | 
|   | Empty | Returns a canonical empty MasterDetail object. | 
|  | Master | The Master record. | 
 See Also
See Also