| Class | Description |
|---|---|
| Generic ObjectHolder | Holds one single object that is connected with the parent object. |
| ObjectHolderBase | Abstract base class for ObjectHolder classes. Contains the base functionality that is required in any ObjectHolder class. |
| Generic ObjectListHolder | Holds a list of objects that are connected with the parent object. |
| Generic ObjectSetHolder | Holds an ObjectSet of objects that are connected with the parent object. |
| RelationAttribute | This attribute is used to specify a relation between two or more persistent objects. |
| RelationInformation | This class holds the most important informations for a relation. |
| Enumeration | Description |
|---|---|
| PersistRelationships | Specifies the relationship the child objects and its parent object. It specifies which one is saved first. |