Jump to: navigation, search

Difference between revisions of "RELATIONDATA"


 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{MetaClassInfoBox
 
{{MetaClassInfoBox
| title = Relation Data
+
| title = Relation Data Template
 
| name = RELATIONDATA
 
| name = RELATIONDATA
| internalname = -
+
| internalname = SystemObjects.RELATION_DATA
 +
| inheritance = -
 
| namespace = System.Relation.Template<br/>Custom.Relation.Template
 
| namespace = System.Relation.Template<br/>Custom.Relation.Template
 
| image = [[File:SY_RELATIONDATA.png|220px]]
 
| image = [[File:SY_RELATIONDATA.png|220px]]
 
| imagecaption = Relation Data
 
| imagecaption = Relation Data
| purpose = Configure relation data
+
| purpose = Relation data template
 
| version = 2+
 
| version = 2+
 +
| typestring = UBIK.Interface.MetaClass
 +
| runtimetype = UBIK.Kernel.RelationData
 +
| runtimetypeUI = UBIK.Runtime.Sys.UI.RELATIONDATA
 
}}
 
}}
 
+
== Own properties ==
{| class="wikitable" width=50%
+
{| class="wikitable sortable" width=50%
 +
|-
 +
! width=30% | Name !! width=20% | Data type !! Comment
 +
|-
 +
| '''Create Session''' (CREATESESSION) || {{Guid}} || [[UBIKSESSION|UBIK session]] object
 
|-
 
|-
! width=30% | Property !! width=20% | Data type !! Comment
+
| '''CTS''' (CTS) || {{DateTime}} || Creation time stamp
 
|-
 
|-
| '''Initial Value''' (INITIALVALUE) || Any || configure specific [[MetaProperty#Initial_value|initial values]]
+
| '''UTS''' (UTS) || {{DateTime}} || Update time stamp
 
|-
 
|-
| '''Priority''' (PRIORITY) || [[Metaproperty#Integer|Integer]] || set a priority value, e.g. used in combination with the Measurement Task Classification
+
| '''Version''' (VERSION) || {{Integer}} || Version number
 
|-
 
|-
| '''Write enabled''' (WRITEENABLED) || [[Metaproperty##Boolean|Boolean]] || property value can be changed by the mobile user
+
| '''Left target''' (LEFTUID) || {{Guid}} || Owner object
 
|-
 
|-
| '''Visibility''' (ACMVISIBILITY) || [[Metaproperty#Integer|Integer]] || set the [[METACLASSSCOPE#Visibility|visibility]] of the property
+
| '''Right target''' (RIGHTUID) || {{Integer}} || Child object
 
|-
 
|-
| '''Sort order''' (ORDER) || [[Metaproperty#Integer|Integer]] || set how the property should be sorted
+
| '''Update session''' (UPDATESESSION) || {{Guid}} || [[UBIKSESSION|UBIK session]] object
 
|}
 
|}
  
[[Category:System MetaClasses]]
+
[[Category:Metaclasses|RELATIONDATA]]
[[Category:Relation Data|A]]
+
[[Category:Relation data|RELATIONDATA]]

Latest revision as of 12:59, 24 August 2015

IC METACLASS.gif Relation Data Template
Name RELATIONDATA
Namespace System.Relation.Template
Custom.Relation.Template
Internal Name SystemObjects.RELATION_DATA
TypeString UBIK.Interface.MetaClass
RuntimeType UBIK.Kernel.RelationData
Purpose Relation data template
Version 2+

Own properties

Name Data type Comment
Create Session (CREATESESSION) Guid UBIK session object
CTS (CTS) Date/Time Creation time stamp
UTS (UTS) Date/Time Update time stamp
Version (VERSION) Integer Version number
Left target (LEFTUID) Guid Owner object
Right target (RIGHTUID) Integer Child object
Update session (UPDATESESSION) Guid UBIK session object