|
|
|
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
*/
|