Chili.Opf3 Send comments on this topic.
RelationInformation Class Members
See Also  Properties  Methods 
Chili.Opf3.Relations Namespace : RelationInformation Class


The following tables list the members exposed by RelationInformation.

Public Properties

 NameDescription
Public PropertyAttribute Gets the RelationAttribute that is set on the relation.  
Public PropertyContext Gets the ObjectContext instance that has been used to load the parent object.  
Public PropertyParentType Gets the parent type. It is the type of the persistent that implemented the IRelationsPopulateHelper interface.  
Public PropertyRelatedType Gets the related type. Seen from the object that has implemented the IRelationsPopulateHelper interface.  
Top

Public Methods

 NameDescription
Public MethodGetObjectHolder Returns the class that inherits from ObjectHolderBase. Classes inheriting from that class are holding related objects.  
Top

See Also