Difference between revisions of "RELATION"
Line 11: | Line 11: | ||
| runtimetype = UBIK.Content.Relationship | | runtimetype = UBIK.Content.Relationship | ||
}} | }} | ||
− | |||
A Relation is used to relate objects via an n:n relationship. | A Relation is used to relate objects via an n:n relationship. | ||
Revision as of 16:02, 30 July 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 is used to relate objects via an 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 |