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 editors 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
LookupFieldsOrControlsValueChangedHandler (Object, EventArgs) Event handler for the ValueChanged event of tbLookupFields and tbLookupControls - enables the OK button only when both fields contain the same number of comma-delimited entries
tbQueryString_Enter (Object, EventArgs) Event handler for the Enter event of the query editors - ensures the code-completion schema is populated for the current Entity Notes : Shared by both the LookupQueryString and LookupDialogQueryString editors, which query the same Business Entity. @param sender The reference to the object that raised the event @param e The System.EventArgs with the data for this event */

Top Constructor Summary
Options Name Purpose
MetaBusinessEntityLookupPropertySheet () Constructor for the MetaBusinessEntityLookupPropertySheet 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 editors 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:

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

LookupFieldsOrControlsValueChangedHandler (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of tbLookupFields and
tbLookupControls - enables the OK button only when both fields
contain the same number of comma-delimited entries
Notes: The SmartBusinessEntityLookup contract requires LookupFields
and LookupControls to have a 1:1 entry mapping.

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

tbQueryString_Enter (Object, EventArgs)

Purpose: Event handler for the Enter event of the query editors - ensures
the code-completion schema is populated for the current Entity
Notes : Shared by both the LookupQueryString and LookupDialogQueryString
editors, which query the same Business Entity.

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

MetaBusinessEntityLookupPropertySheet ()

Purpose: Constructor for the MetaBusinessEntityLookupPropertySheet class
Notes:



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