company logo

PropertyContext :: PropertyContext - Constructor

The constructor is usually not called by the application but internally by the system, only. In some cases, however, empty context instance must be passed and might be created by the application.

Implementation overview

Implementation details

  1. Copy constructor
    PropertyContext  :: PropertyContext ( odaba::PropertyContext &cPropertyContext )

    This constructor has been implemented in order to avoid any type of copying context class instances. Context class instances are owned by the system. One may obtain context class instances in order to call context class functions, but one cannot create local versions.

    The function always throws an exception.

    • cPropertyContext - Property context handle
  2. to list
  3. - internal feature (not documented)
    PropertyContext  :: PropertyContext (  )
  4. to list