Jump to: navigation, search

Difference between revisions of "BASECLASS"


 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
| name = BASECLASS
 
| name = BASECLASS
 
| namespace = System
 
| namespace = System
| internalname = -
+
| internalname = SystemObjects.BASECLASS
 
| typestring = UBIK.Kernel.MetaClass
 
| typestring = UBIK.Kernel.MetaClass
 
| runtimetype = UBIK.Content.ContentClass
 
| runtimetype = UBIK.Content.ContentClass
| runtimetypeUI = UBIK.Runtime.Sys.UI.BASECLASS
 
 
| image = [[File:SY_BASECLASS.png|220px]]
 
| image = [[File:SY_BASECLASS.png|220px]]
 
| imagecaption = Base Class
 
| imagecaption = Base Class
Line 18: Line 17:
 
! width=30% | Name !! width=20% | Data type !! Comment
 
! width=30% | Name !! width=20% | Data type !! Comment
 
|-
 
|-
| '''Create Session''' (CREATESESSION) || {{Guid}} || [[UBIKSESSION|UBIK session] object
+
| '''Create Session''' (CREATESESSION) || {{Guid}} || [[UBIKSESSION|UBIK session]] object
 
|-
 
|-
| '''CTS''' (CTS) || {{DateTime}} || [[Creation time stamp]]
+
| '''CTS''' (CTS) || {{DateTime}} || Creation time stamp
 
|-
 
|-
| '''UTS''' (UTS) || {{DateTime}} || [[Update time stamp]]
+
| '''UTS''' (UTS) || {{DateTime}} || Update time stamp
 
|-
 
|-
| '''Version''' (VERSION) || {{Integer}} || [[Version number]]
+
| '''Version''' (VERSION) || {{Integer}} || Version number
 
|-
 
|-
| '''Update session''' (UPDATESESSION) || {{Guid}} || [[UBIKSESSION|UBIK session] object
+
| '''Update session''' (UPDATESESSION) || {{Guid}} || [[UBIKSESSION|UBIK session]] object
 
|}
 
|}
  
 
[[Category:Metaclasses]]
 
[[Category:Metaclasses]]

Latest revision as of 15:23, 13 May 2015

IC METACLASS.gif Base Class
Name BASECLASS
Namespace System
Internal Name SystemObjects.BASECLASS
TypeString UBIK.Kernel.MetaClass
RuntimeType UBIK.Content.ContentClass
Purpose Root class
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
Update session (UPDATESESSION) Guid UBIK session object