Difference between revisions of "BASECLASS"
(8 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
| title = Base Class | | title = Base Class | ||
| name = BASECLASS | | name = BASECLASS | ||
− | |||
| namespace = System | | namespace = System | ||
+ | | internalname = SystemObjects.BASECLASS | ||
+ | | typestring = UBIK.Kernel.MetaClass | ||
+ | | runtimetype = UBIK.Content.ContentClass | ||
| image = [[File:SY_BASECLASS.png|220px]] | | image = [[File:SY_BASECLASS.png|220px]] | ||
| imagecaption = Base Class | | imagecaption = Base Class | ||
Line 10: | Line 12: | ||
}} | }} | ||
− | + | == 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: | + | [[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 |