ContextTypes - Context types
Context types are used in order to distinguish between different types of context class specializations.
Enumarators overview
- AdministrationCtx
(65) - Administration context class
- ApplicationCtx
(80) - Application context class
- ControlCtx
(67) - Control context class
- DatabaseCtx
(88) - Database context class
- DocumentCtx
(68) - Document context class
- ObjectSpaceCtx
(84) - Object space context class
- ProjectCtx
(79) - Project context class
- PropertyCtx
(89) - Property context class
- TypeCtx
(83) - Instance context class
- UndefinedCtx
(0) - Undefined context class
Enumerator details
-
UndefinedCtx - Undefined context class
The type of context class might be undefined in case of invalid context class reference or while opening or closing a context class instance.
Code: 0
Type: BaseContext
to list -
AdministrationCtx - Administration context class
Administration context can be provided in order to manage project administration tasks as user login or data access control.
Code: 65
Type: AdministrationContext
to list -
ControlCtx - Control context class
A control context class can be defined and associated with a GUI control resource in order to define specific control behavior.
Code: 67
Type: ControlContect
to list -
DocumentCtx - Document context class
A document context class can be defined and associated with a document resource in order to define specific document behavior.
Code: 68
Type: DocumentContext
to list -
ProjectCtx - Project context class
A project context class can be defined and associated with a GUI project resource in order to define specific project behavior.
Code: 79
Type: ProjectContext
to list -
ApplicationCtx - Application context class
An application context class can be defined and associated with a GUI application resource in order to define specific application behavior.
Code: 80
Type: ApplicationContext
to list -
TypeCtx - Instance context class
A instance context class can be defined and associated with a data type resource (complex data type definition) in order to define data type specific behavior.
Code: 83
Type: TypeContext
to list -
ObjectSpaceCtx - Object space context class
An object space context class can be defined and associated with an object space resource (object space definition in the data model) in order to define object space specific behavior.
Code: 84
Type: ObjectSpaceContext
to list -
DatabaseCtx - Database context class
A database context class can be defined and associated with a database resource (database definition in the data model) in order to define specific database behavior.
Code: 88
Type: DatabaseContext
to list -
PropertyCtx - Property context class
A property context class can be defined and associated with a property resource (property definition in a complex data type definition) in order to define property specific behavior.
Code: 89
Type: PropertyContext
to list