company logo

Context classes

In order to implement event handler and business rules, context classes are provided, which act as base class for user defined context classes:

  • BaseContext - not referred to explicitly
  • DBBaseContext - not referred to explicitly
  • DatabaseContext - supports business rules for databases and dictionaries
  • ObjectSpaceContext - supports business rules for object spaces
  • TypeContext - supports business rules for complex data types and enumerations
  • PropertyContext - supports business rules for properties and extents

Subtopics

  1. BaseContext - Base context class
  2. DBBaseContext - Base class for database contexts
  3. DatabaseContext - Database Context
  4. ObjectSpaceContext - Database Object Context
  5. TypeContext - Type context
  6. PropertyContext - Property contexts