Chili.Opf3 Send comments on this topic.
RelationAttribute Class Properties
See Also 
Chili.Opf3.Relations Namespace : RelationAttribute Class


For a list of all members of this type, see RelationAttribute members.

Public Properties

 NameDescription
Public PropertyName Specifies the name for the relation. The name should be unique in a persistent type.  
Public PropertyPersistBehavioursSpecifies the persist behaviour of the relation.  
Public PropertyPersistRelationship Specifies the PersistRelationship between two persistent objects. This flag is only necessary when creating a 1:1 relation. It specifies which object is saved first (the parent or the child object). Default is ParentFirst.  
Public PropertyTypeId (Inherited from System.Attribute)
Public PropertyWeakPersistent Specifies the type of the weak persistent object. This object represents a weak entity required for many-to-many relations.  
Public PropertyWeakRelations Specifies the relations between the weak persistent object and the target child object.  
Top

See Also