Difference between revisions of "BASECLASS"
(4 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 | ||
− | |||
| image = [[File:SY_BASECLASS.png|220px]] | | image = [[File:SY_BASECLASS.png|220px]] | ||
| imagecaption = Base Class | | imagecaption = Base Class | ||
Line 12: | Line 11: | ||
| 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]] |
Latest revision as of 15:23, 13 May 2015
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 |