company logo

CTX_Types - Context types

Context types are used in order to distinguish between different types of context class specializations.

Enumarators overview

Enumerator details

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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