Namespace: Consultingwerk.SmartComponents.Tools.OERABusinessEntityTester
Class 
OERABusinessEntityTesterUpdateDialog Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.Base.SmartWindowForm
Implements: IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasPrimaryDataSourceAndTarget, IHasSecurityKey, IHasTabDataSourceCount, ISmartToolbarTarget, ISmartWindowForm




Top Method Summary
Options Name Purpose
InitializeDialog () Creates the controls of this dialog
OnFormClosed (FormClosedEventArgs) Raises the FormClosed event
OnFormClosing (FormClosingEventArgs) Raises the FormClosing event
SizeDialog () Sizes the dialog based on the height required by the dynamically created field controls
ToolClickHandler (Object, ToolClickEventArgs) Event handler for the ToolClick event of the toolbar controller
WireAdapter () Wires the viewer control and the toolbar controller to the adapter

Top Constructor Summary
Options Name Purpose
OERABusinessEntityTesterUpdateDialog (SmartBusinessEntityAdapter) Constructor for the OERABusinessEntityTesterUpdateDialog class


Method Detail
Top

InitializeDialog ()

Purpose: Creates the controls of this dialog
Notes: The dialog is built completely at runtime: a content panel with
the dynamically populated viewer control and the toolbar
controller with TableIO, Navigation and Close tools

Top

OnFormClosed (FormClosedEventArgs)

Purpose: Raises the FormClosed event
Notes: Detaches the viewer and the toolbar controller from the adapter,
as the adapter (of the Business Entity Tester) may outlive this
dialog

Parameters:
e System.Windows.Forms.FormClosedEventArgs
The FormClosedEventArgs with the data for this event
Top

OnFormClosing (FormClosingEventArgs)

Purpose: Raises the FormClosing event
Notes: Prompts the user when there are unsaved changes

Parameters:
e System.Windows.Forms.FormClosingEventArgs
The FormClosingEventArgs with the data for this event
Top

SizeDialog ()

Purpose: Sizes the dialog based on the height required by the dynamically
created field controls
Notes:

Top

ToolClickHandler (Object, ToolClickEventArgs)

Purpose: Event handler for the ToolClick event of the toolbar controller
Notes: The TableIO and Navigation tools are processed by the
SmartToolbarController base class, only the Close tool is
handled here

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

WireAdapter ()

Purpose: Wires the viewer control and the toolbar controller to the
adapter
Notes: The SmartDataSource of the viewer and the navigation target of
the toolbar is the adapter; the TableIO link is between the
toolbar controller and the viewer



Constructor Detail
Top

OERABusinessEntityTesterUpdateDialog (SmartBusinessEntityAdapter)

Purpose: Constructor for the OERABusinessEntityTesterUpdateDialog class
Notes: The adapter is expected to have retrieved its data already
(a valid BindingSource is required)

Parameters:
poAdapter Consultingwerk.SmartComponents.Implementation.SmartBusinessEntityAdapter
The SmartBusinessEntityAdapter instance providing the data to update


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       20.07.2026 16:05:14