Namespace: Consultingwerk.BusinessEntityDesigner.UI
Class 
BusinessEntityViewerControl Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.Base.SmartViewerControl
Implements: Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget, Consultingwerk.SmartComponents.Interfaces.Design.IDesignGroupAssignSource, Consultingwerk.SmartComponents.Interfaces.Design.IDesignToolbarTarget, Consultingwerk.SmartComponents.Interfaces.Design.IDesignViewerControl, Consultingwerk.SmartComponents.Interfaces.ISmartViewerControl, Consultingwerk.SmartComponents.Base.IAlwaysEnabledControl, ICheckOkToClose, IHandlesServerEvents, IHasDesignerVerbs, ISaveChangesOnDeactivateForm, ISmartDataTarget, ISmartGroupAssignSource, ISmartGroupAssignTarget, ISmartTableIOTarget, ISmartToolbarTarget, ISupportInitialize

File:BusinessEntityViewerControl
Purpose:Viewer Control for the eBusinessEntity table
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Oct 13 12:23:19 CEST 2010



Top Method Summary
Options Name Purpose
InitializeComponent () Initializes the Visual Design
LookupKeyDownHandler (Object, KeyEventArgs) Event handler for the KeyDown handler of the Text boxes with an EditorButton (Lookup)
OnVisualValidating (EventArgs) Raises the VisualValidating event
Consultingwerk.BusinessEntityDesigner.UI.RenameBusinessEntityOptions PromptForRenameOptions ()
smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityName_Leave (Object, EventArgs) Event handler for the Leave event of the smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityName Control
smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityPackage_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityPackage Control
smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityPackage_Leave (Object, EventArgs) Event handler for the Leave event of the smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityPackage Control
smartBusinessEntityBindingSource1_eBusinessEntity_DataAccessPackage_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the smartBusinessEntityBindingSource1_eBusinessEntity_DataAccessPackage Control
smartBusinessEntityBindingSource1_eBusinessEntity_DatasetControllerPackage_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the smartBusinessEntityBindingSource1_eBusinessEntity_DatasetControllerPackage Control
smartBusinessEntityBindingSource1_eBusinessEntity_DatasetPath_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the smartBusinessEntityBindingSource1_eBusinessEntity_DatasetPath Control
smartBusinessEntityBindingSource1_eBusinessEntity_DefaultTablePath_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the smartBusinessEntityBindingSource1_eBusinessEntity_DefaultTablePath Control
ValidatePackageName (UltraTextEditor, character) Validates a Package Label
VisualValidate () Validates the values

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

Top Property Summary
Options Name Purpose
Infragistics.Win.UltraWinTabControl.UltraTabControl TabControl


Method Detail
Top

InitializeComponent ()

Purpose: Initializes the Visual Design
Notes:

Top

LookupKeyDownHandler (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown handler of the Text boxes with an
EditorButton (Lookup)
Notes: Maps F3 to EditorButtonClick

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

OnVisualValidating (EventArgs)

Purpose: Raises the VisualValidating event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for the event
Top

Consultingwerk.BusinessEntityDesigner.UI.RenameBusinessEntityOptions PromptForRenameOptions ()

Purpose:
Notes:

Returns Consultingwerk.BusinessEntityDesigner.UI.RenameBusinessEntityOptions
The PromptForRenameOptions instance
Top

smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityName_Leave (Object, EventArgs)

Purpose: Event handler for the Leave event of the smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityName
Control
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

smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityPackage_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityPackage
Control
Notes:

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

smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityPackage_Leave (Object, EventArgs)

Purpose: Event handler for the Leave event of the smartBusinessEntityBindingSource1_eBusinessEntity_BusinessEntityPackage
Control
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

smartBusinessEntityBindingSource1_eBusinessEntity_DataAccessPackage_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the smartBusinessEntityBindingSource1_eBusinessEntity_DataAccessPackage
Control
Notes:

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

smartBusinessEntityBindingSource1_eBusinessEntity_DatasetControllerPackage_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the smartBusinessEntityBindingSource1_eBusinessEntity_DatasetControllerPackage
Control
Notes:

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

smartBusinessEntityBindingSource1_eBusinessEntity_DatasetPath_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the smartBusinessEntityBindingSource1_eBusinessEntity_DatasetPath
Control
Notes:

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

smartBusinessEntityBindingSource1_eBusinessEntity_DefaultTablePath_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the smartBusinessEntityBindingSource1_eBusinessEntity_DefaultTablePath
Control
Notes:

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

ValidatePackageName (UltraTextEditor, character)

Purpose: Validates a Package Label
Notes: Used by the VisualValidate Method

Parameters:
poControl Infragistics.Win.UltraWinEditors.UltraTextEditor
The UltraTextEditor to validate the value from
pcPackageLabel CHARACTER
The label of the package for the validation message
Top

VisualValidate ()

Purpose: Validates the values
Notes:



Constructor Detail
Top

BusinessEntityViewerControl ()

Purpose: Constructor for the BusinessEntityViewerControl class
Notes:



Property Detail
Top

Infragistics.Win.UltraWinTabControl.UltraTabControl TabControl


Returns Infragistics.Win.UltraWinTabControl.UltraTabControl


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:03:42