Jump to: navigation, search

Difference between revisions of "REFERENCE"


 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
| title = Reference
 
| title = Reference
 
| name = REFERENCE
 
| name = REFERENCE
| internalname = Reference
+
| internalname = SystemObjects.REFERENCE
| namespace = System.Reference<br />Custom.Reference
+
| namespace = System.Reference
 
| image = [[File:SY_REFERENCE.png|220px]]
 
| image = [[File:SY_REFERENCE.png|220px]]
 
| imagecaption = Reference
 
| imagecaption = Reference
 
| purpose = Configure references
 
| purpose = Configure references
 
| version = 2+
 
| version = 2+
 +
| typestring = UBIK.Kernel.ReferenceMetaClass
 +
| runtimetype = UBIK.Kernel.Reference
 
}}
 
}}
 +
A Reference relates objects by a 1:n relationship.
  
[[Category:System MetaClasses]]
+
== Own Properties ==
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=20% | Data type !! Comment
 +
|-
 +
| '''Indexed''' (INDEX) || {{Boolean}} || Guid value column should be indexed in database
 +
|-
 +
| '''Reference''' (TARGETTYPE) || {{Guid}} || Reference to a MetaClass
 +
|}
 +
 
 +
[[Category:Metaclasses|REFERENCE]]

Latest revision as of 16:06, 30 July 2015

IC METACLASS.gif Reference
Name REFERENCE
Namespace System.Reference
Internal Name SystemObjects.REFERENCE
TypeString UBIK.Kernel.ReferenceMetaClass
RuntimeType UBIK.Kernel.Reference
Purpose Configure references
Version 2+

A Reference relates objects by a 1:n relationship.

Own Properties

Name Data type Comment
Indexed (INDEX) Boolean Guid value column should be indexed in database
Reference (TARGETTYPE) Guid Reference to a MetaClass