Difference between revisions of "RELATION"
(8 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
| title = Relation | | title = Relation | ||
| name = RELATION | | name = RELATION | ||
− | | internalname = | + | | internalname = SystemObjects.RELATION |
− | | namespace = System | + | | namespace = System.Relation |
| image = [[File:SY_RELATION.png|220px]] | | image = [[File:SY_RELATION.png|220px]] | ||
| imagecaption = Relation | | imagecaption = Relation | ||
| purpose = Configure relations | | purpose = Configure relations | ||
| version = 2+ | | version = 2+ | ||
+ | | typestring = UBIK.Kernel.MetaClass | ||
+ | | runtimetype = UBIK.Content.Relationship | ||
}} | }} | ||
+ | A Relation relates objects by a n:n relationship. | ||
− | [[Category: | + | == Own Properties == |
+ | {| class="wikitable" width=50% | ||
+ | |- | ||
+ | ! width=30% | Name !! width=20% | 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 | ||
+ | |} | ||
+ | |||
+ | [[Category:Metaclasses]] |
Latest revision as of 10:12, 4 November 2015
Relation | |
---|---|
Name | RELATION |
Namespace | System.Relation |
Internal Name | SystemObjects.RELATION |
TypeString | UBIK.Kernel.MetaClass |
RuntimeType | UBIK.Content.Relationship |
Purpose | Configure relations |
Version | 2+ |
A Relation relates objects by a n:n relationship.
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 |