company logo

ContextTypes - Context types

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

Enumarators overview

Enumerator details

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