Difference between revisions of "RELATIONDATA"
m (moved RELATIONDATA to RELATIONDATA (Relation Data)) |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{MetaClassInfoBox |
| title = Relation Data Template | | title = Relation Data Template | ||
| name = RELATIONDATA | | name = RELATIONDATA | ||
− | | internalname = | + | | internalname = SystemObjects.RELATION_DATA |
| inheritance = - | | inheritance = - | ||
| namespace = System.Relation.Template<br/>Custom.Relation.Template | | namespace = System.Relation.Template<br/>Custom.Relation.Template | ||
Line 9: | Line 9: | ||
| purpose = Relation data template | | purpose = Relation data template | ||
| version = 2+ | | version = 2+ | ||
+ | | typestring = UBIK.Interface.MetaClass | ||
+ | | runtimetype = UBIK.Kernel.RelationData | ||
+ | | runtimetypeUI = UBIK.Runtime.Sys.UI.RELATIONDATA | ||
}} | }} | ||
== Own properties == | == Own properties == | ||
− | {| class="wikitable" width=50% | + | {| class="wikitable sortable" width=50% |
|- | |- | ||
! width=30% | Name !! width=20% | Data type !! Comment | ! width=30% | Name !! width=20% | Data type !! Comment | ||
|- | |- | ||
− | | ''' | + | | '''Create Session''' (CREATESESSION) || {{Guid}} || [[UBIKSESSION|UBIK session]] object |
|- | |- | ||
− | | ''' | + | | '''CTS''' (CTS) || {{DateTime}} || Creation time stamp |
|- | |- | ||
− | | ''' | + | | '''UTS''' (UTS) || {{DateTime}} || Update time stamp |
|- | |- | ||
− | | ''' | + | | '''Version''' (VERSION) || {{Integer}} || Version number |
|- | |- | ||
− | | '''Right target''' (RIGHTUID) || {{ | + | | '''Left target''' (LEFTUID) || {{Guid}} || Owner object |
+ | |- | ||
+ | | '''Right target''' (RIGHTUID) || {{Integer}} || Child object | ||
+ | |- | ||
+ | | '''Update session''' (UPDATESESSION) || {{Guid}} || [[UBIKSESSION|UBIK session]] object | ||
|} | |} | ||
− | [[Category: | + | [[Category:Metaclasses|RELATIONDATA]] |
− | [[Category:Relation | + | [[Category:Relation data|RELATIONDATA]] |
Latest revision as of 12:59, 24 August 2015
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 |