Difference between revisions of "BASECLASS"
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
{{MetaClassInfoBox | {{MetaClassInfoBox | ||
| title = Base Class | | title = Base Class | ||
| name = BASECLASS | | name = BASECLASS | ||
| − | |||
| namespace = System | | namespace = System | ||
| − | | | + | | internalname = SystemObjects.BASECLASS |
| − | | image = [[File: | + | | typestring = UBIK.Kernel.MetaClass |
| + | | runtimetype = UBIK.Content.ContentClass | ||
| + | | image = [[File:SY_BASECLASS.png|220px]] | ||
| imagecaption = Base Class | | imagecaption = Base Class | ||
| purpose = Root class | | purpose = Root class | ||
| Line 13: | Line 12: | ||
}} | }} | ||
| − | [[Category: | + | == 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]] | ||
Latest revision as of 15:23, 13 May 2015
| 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 |
