CTX_Types - Context types
Context types are used in order to distinguish between different types of context class specializations.
Enumarators overview
- CTXT_Administration
(65) - Administration context class
- CTXT_Application
(80) - Application context class
- CTXT_Control
(67) - Control context class
- CTXT_Database
(88) - Database context class
- CTXT_Document
(68) - Document context class
- CTXT_Object
(84) - Object space context class
- CTXT_Project
(79) - Project context class
- CTXT_Property
(89) - Property context class
- CTXT_Structure
(83) - Instance context class
- CTXT_undefined
(0) - Undefined context class
Enumerator details
-
CTXT_undefined - 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
to list -
CTXT_Administration - Administration context class
Administration context can be provided in order to manage project administration tasks as user login or data access control.
Code: 65
to list -
CTXT_Control - 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
to list -
CTXT_Document - 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
to list -
CTXT_Project - 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
to list -
CTXT_Application - 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
to list -
CTXT_Structure - 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
to list -
CTXT_Object - 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
to list -
CTXT_Database - 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
to list -
CTXT_Property - 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
to list