Top Method Summary
Options Name Purpose
Infragistics.Win.UltraWinTree.TreeNodesCollection CreatePackageNodes (character) Creates a node structure for a package (part of the classname)
InitializeComponent ()
LoadBusinessEntities () Loads the Business Entities and populates the TreeView
OnSelectedClassNameChanged (EventArgs) Raises the SelectedClassNameChanged event
SelectClassName (character) Navigates the tree view to the node for the given class name and selects it, raising the SelectedClassNameChanged event
ultraTree1_MouseDoubleClick (Object, MouseEventArgs) Event handler for the MouseDoubleClick event of the ultraTree1 class

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

Top Event Summary
Options Name Purpose
SelectedClassNameChanged DELEGATE System.EventHandler Raised when the SelectedClassName property changes

Top Property Summary
Options Name Purpose
CHARACTER SelectedClassName


Method Detail
Top

Infragistics.Win.UltraWinTree.TreeNodesCollection CreatePackageNodes (character)

Purpose: Creates a node structure for a package (part of the classname)
Notes:

Parameters:
pcPackage CHARACTER
The Package (part of the classname) to create the node structure for
Returns Infragistics.Win.UltraWinTree.TreeNodesCollection
The Parent Nodes collection
Top

InitializeComponent ()


Top

LoadBusinessEntities ()

Purpose: Loads the Business Entities and populates the TreeView
Notes:

Top

OnSelectedClassNameChanged (EventArgs)

Purpose: Raises the SelectedClassNameChanged event
Notes:

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

SelectClassName (character)

Purpose: Navigates the tree view to the node for the given class name and
selects it, raising the SelectedClassNameChanged event
Notes: Used to re-open a class picked from the Form's LRU list. When the
class is not present in the tree (e.g. no longer on the PROPATH)
the method returns without changing the selection.

Parameters:
pcClassName CHARACTER
The fully qualified class name (the tree node key) to navigate to
Top

ultraTree1_MouseDoubleClick (Object, MouseEventArgs)

Purpose: Event handler for the MouseDoubleClick event of the ultraTree1 class
Notes:

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


Constructor Detail
Top

BusinessEntityTreeViewControl ()

Purpose: Constructor for the BusinessEntityTreeViewControl class
Notes:



Event Detail
Top

SelectedClassNameChanged DELEGATE System.EventHandler

Purpose: Raised when the SelectedClassName property changes
Notes:

Delegate: System.EventHandler


Property Detail
Top

CHARACTER SelectedClassName


Returns CHARACTER


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