Jump to: navigation, search

Difference between revisions of "RELATION"


Line 18: Line 18:
 
! width=30% | Name !! width=20% | Data type !! Comment
 
! width=30% | Name !! width=20% | Data type !! Comment
 
|-
 
|-
| '''Targettype left''' (TARGETTYPELEFT) || {{Guid}} || Reference to the MetaClass of the left target type
+
| '''Left target type''' (TARGETTYPELEFT) || {{Guid}} || Reference to the MetaClass of the owner object
 
|-
 
|-
| '''Targettype right''' (TARGETTYPELEFT) || {{Guid}} || Reference to a MetaClass
+
| '''Right target type''' (TARGETTYPELEFT) || {{Guid}} || Reference to the MetaClass of the child object
 
|-
 
|-
| '''Targettype right''' (TARGETTYPELEFT) || {{Guid}} || Reference to a MetaClass
+
| '''Relation data template''' (RELATIONDATA) || {{Guid}} || Reference to a MetaClass defining the template of the relation data
 +
|-
 +
| '''Relation data MetaClass''' (RELATIONDATAMETACLASS) || {{Guid}} || Reference to the created MetaClass containing the relation data
 
|}
 
|}
  
 
[[Category:Metaclasses|RELATION]]
 
[[Category:Metaclasses|RELATION]]

Revision as of 16:00, 30 July 2015

IC METACLASS.gif Relation
Name RELATION
Namespace System.Relation
Internal Name Relation
TypeString UBIK.Kernel.MetaClass
RuntimeType UBIK.Content.Relationship
Purpose Configure relations
Version 2+


Own Properties

Name Data type Comment
Left target type (TARGETTYPELEFT) Guid Reference to the MetaClass of the owner object
Right target type (TARGETTYPELEFT) Guid Reference to the MetaClass of the child object
Relation data template (RELATIONDATA) Guid Reference to a MetaClass defining the template of the relation data
Relation data MetaClass (RELATIONDATAMETACLASS) Guid Reference to the created MetaClass containing the relation data