Chili.Opf3 Send comments on this topic.
Chili.Opf3.Relations Namespace
See Also  Inheritance Hierarchy
This namespace contains classes required to specify relations between persistent objects. It contains an attribute class that is set on one of the xxxHolder classes to specify the relation.

Classes

ClassDescription
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.

Enumerations

EnumerationDescription
PersistRelationships Specifies the relationship the child objects and its parent object. It specifies which one is saved first.

See Also