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
- Copy constructor
PropertyContext :: PropertyContext ( cPropertyContext ) - - internal feature (not documented)
PropertyContext :: PropertyContext (  )
Implementation details
-
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
to list
- to list