Top Method Summary
Options Name Purpose
btnOk_Click (Object, EventArgs) Event handler for the Click event of the OK button - writes the input values back into the attribute values temp-table before the form closes
EnsureQuerySchema () Populates the code-completion schema of the query editor with the ProDataset structure of the Business Entity named in the Entity Name input Notes : The empty dataset (schema only) is retrieved via ServiceInterface:FetchDataset and cached by Entity Name; a previously retrieved dataset is discarded when the Entity Name changes. Building the schema is best-effort - failures (e.g. an unknown Entity Name or an unreachable AppServer) leave code-completion disabled rather than interrupting the user. */
Initialize (character, character, character, character, handle) Initializes the property sheet dialog from the current selection in the Repository Designer
InitializeComponent () Initializes the Visual Design
tbQueryString_Enter (Object, EventArgs) Event handler for the Enter event of the query editor - ensures the code-completion schema is populated for the current Entity

Top Constructor Summary
Options Name Purpose
MetaDataSourcePropertySheet () Constructor for the MetaDataSourcePropertySheet class


Method Detail
Top

btnOk_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the OK button - writes
the input values back into the attribute values temp-table
before the form closes
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

EnsureQuerySchema ()

Purpose: Populates the code-completion schema of the query editor with
the ProDataset structure of the Business Entity named in the
Entity Name input
Notes : The empty dataset (schema only) is retrieved via
ServiceInterface:FetchDataset FetchDataset and cached by Entity Name; a
previously retrieved dataset is discarded when the Entity Name
changes. Building the schema is best-effort - failures (e.g. an
unknown Entity Name or an unreachable AppServer) leave
code-completion disabled rather than interrupting the user.

Top

Initialize (character, character, character, character, handle)

Purpose: Initializes the property sheet dialog from the current
selection in the Repository Designer
Notes: Verifies that all known attributes are present in the
temp-table and copies their current values into the input
fields.

Parameters:
pcObjectMasterName CHARACTER
The Object Master name
pcObjectMasterType CHARACTER
The Object Master type name
pcObjectInstanceName CHARACTER
The Object Instance name or ? for master dialogs
pcObjectInstanceType CHARACTER
The Object Instance type name or ? for master dialogs
phBuffer HANDLE
The handle of a buffer for the live attribute values temp-table
Top

InitializeComponent ()

Purpose: Initializes the Visual Design
Notes:

Top

tbQueryString_Enter (Object, EventArgs)

Purpose: Event handler for the Enter event of the query editor - ensures
the code-completion schema is populated for the current Entity
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event


Constructor Detail
Top

MetaDataSourcePropertySheet ()

Purpose: Constructor for the MetaDataSourcePropertySheet class
Notes:



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       06.07.2026 14:41:25