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


The following tables list the members exposed by RelationAttribute.

Public Constructors

 NameDescription
Public ConstructorRelationAttribute ConstructorOverloaded.   
Top

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

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.Attribute)
Public MethodGetHashCode (Inherited from System.Attribute)
Public MethodIsDefaultAttribute (Inherited from System.Attribute)
Public MethodMatch (Inherited from System.Attribute)
Top

See Also