Jump to: navigation, search

Difference between revisions of "BASECLASS"


Line 12: Line 12:
 
| version = 2+
 
| version = 2+
 
}}
 
}}
 +
 +
== Own properties ==
 +
{| class="wikitable sortable" width=50%
 +
|-
 +
! 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]]
 +
|-
 +
| '''Update session''' (UPDATESESSION) || {{Guid}} || [[UBIKSESSION|UBIK session] object
 +
|}
  
 
[[Category:Metaclasses]]
 
[[Category:Metaclasses]]

Revision as of 13:19, 9 March 2015

IC METACLASS.gif Base Class
Name BASECLASS
Namespace System
Internal Name -
TypeString UBIK.Kernel.MetaClass
RuntimeType UBIK.Content.ContentClass
Purpose Root class
Version 2+


Own properties

Name Data type Comment
Create Session (CREATESESSION) Guid [[UBIKSESSION|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 [[UBIKSESSION|UBIK session] object