CTX_Structure - Structure Context
Inherits: 
CTX_DBBase
A structure context is created for each structure type. It defines the connection between the instance and the instance description. Moreover, it allows determining the active context hierarchy for the structure instance, i.e. the parent property/extent, the structure the parent property is defined in, the parent parent property etc. Thus, the structure context defines the context in which the object instance has been provided.
The parent context for a structure context is always a property context. This can be the property context for an extent or for another property within a structure instance.
The structure context allows handling read and updating events as well as creating or deleting events.
Attributes
- int_instance - Instance area
- old_instance - Old instance
- ref_context - Reference context
Functions
- ExecuteFunction_intern - - internal feature (not documented)
- GetConnectionClient - - internal feature (not documented)
- GetContextType - Get Context type
- GetInstContext - Get Instance context
- GetInstance - Get instance
- GetOldField - Provide property handle for old instance
- GetOldInstance - Get old instance
- GetPropContext - Get Property context
- GetPropertyHandle - Get Property handle
- GetReadOnly - Is context set to read-only?
- GetRefContext - Get referenced context
- GetResourceName - Get resource name
- GetSourceField - Get source field
- GetStructContext - Get Structure context
- GetUserTypeID - - internal feature (not documented)
- GetUserTypeName - - internal feature (not documented)
- HideInstance - Hide instance
- IsEdit - Can data be updated
- IsHidden - Is instance hidden
- IsReadOnly - Has instance been set to read-only
- SetReadOnly - Set instance to read-only
- SetRefContext - Set reference context
- SetTransactionError - Set Transaction Error
- ShowInstance - Show instance