Namespace: Consultingwerk.BusinessEntityDesigner.UI
Class 
DataRelationFieldPickerForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.Base.SmartWindowForm
Implements: IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasPrimaryDataSourceAndTarget, IHasSecurityKey, ISmartToolbarTarget, ISmartWindowForm




Top Method Summary
Options Name Purpose
CreateRelatedFields (character, character) Creates a related field pair
DoubleClickFieldsListViewHandler (Object, MouseEventArgs) Event handle for the DoubleClick event of the ultraListView1 and ultraListView2
InitializeComponent ()
LeftMapAutomatically () Automatically maps the currently selected entry on the left table to an entry on the right table
OnLoad (EventArgs) Raises the Load event
RemoveSelectedFieldPair () Removes the currently selected field pair
RightMapAutomatically () Automatically maps the currently selected entry on the left table to an entry on the right table
ultraButton1_Click (Object, EventArgs) Event handler for the Click event of the ultraButton1
ultraButton3_Click (Object, EventArgs) Event handler for the Click event of the ultraButton3
ultraListView1_DragDrop (Object, DragEventArgs) Event handler for the DragDrop event of the ListView control
ultraListView1_DragOver (Object, DragEventArgs) Event handler for the DragOver event of the ListView control
ultraListView1_MouseDown (Object, MouseEventArgs) Event handler for the MouseDown event of the ListView control
ultraListView2_DragDrop (Object, DragEventArgs) Event handler for the DragDrop event of the ListView control
ultraListView2_DragOver (Object, DragEventArgs) Event handler for the DragOver event of the ListView control
ultraListView2_MouseDown (Object, MouseEventArgs) Event handler for the MouseDown event of the ListView control
ultraListView3_KeyDown (Object, KeyEventArgs) Event handler for the KeyDown event of the ultraListView3 (selected field pairs)
ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs) Event handler for the ToolClick event of the ultraToolbarsManager1

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

Top Property Summary
Options Name Purpose
HANDLE ChildTableBuffer
HANDLE Dataset
HANDLE ParentTableBuffer
CHARACTER RelationFields


Method Detail
Top

CreateRelatedFields (character, character)

Purpose: Creates a related field pair
Notes:

Parameters:
pcParentFieldName CHARACTER
The parent table field name
pcChildFieldName CHARACTER
The child table field name
Top

DoubleClickFieldsListViewHandler (Object, MouseEventArgs)

Purpose: Event handle for the DoubleClick event of the ultraListView1 and ultraListView2
Notes:

Parameters:
sender System.Object
The reference to the control raising the event
e System.Windows.Forms.MouseEventArgs
The System.EventArgs with the data for this event
Top

InitializeComponent ()


Top

LeftMapAutomatically ()

Purpose: Automatically maps the currently selected entry on the left table
to an entry on the right table
Notes:

Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

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

RemoveSelectedFieldPair ()

Purpose: Removes the currently selected field pair
Notes:

Top

RightMapAutomatically ()

Purpose: Automatically maps the currently selected entry on the left table
to an entry on the right table
Notes:

Top

ultraButton1_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the ultraButton1
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

ultraButton3_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the ultraButton3
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

ultraListView1_DragDrop (Object, DragEventArgs)

Purpose: Event handler for the DragDrop event of the ListView control
Notes:

Parameters:
sender System.Object
The reference to the sending Control
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

ultraListView1_DragOver (Object, DragEventArgs)

Purpose: Event handler for the DragOver event of the ListView control
Notes:

Parameters:
sender System.Object
The reference to the sending Control
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

ultraListView1_MouseDown (Object, MouseEventArgs)

Purpose: Event handler for the MouseDown event of the ListView control
Notes:

Parameters:
sender System.Object
The reference to the sending Control
e System.Windows.Forms.MouseEventArgs
The MouseEventArgs with the data for this event
Top

ultraListView2_DragDrop (Object, DragEventArgs)

Purpose: Event handler for the DragDrop event of the ListView control
Notes:

Parameters:
sender System.Object
The reference to the sending Control
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

ultraListView2_DragOver (Object, DragEventArgs)

Purpose: Event handler for the DragOver event of the ListView control
Notes:

Parameters:
sender System.Object
The reference to the sending Control
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

ultraListView2_MouseDown (Object, MouseEventArgs)

Purpose: Event handler for the MouseDown event of the ListView control
Notes:

Parameters:
sender System.Object
The reference to the sending Control
e System.Windows.Forms.MouseEventArgs
The MouseEventArgs with the data for this event
Top

ultraListView3_KeyDown (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown event of the ultraListView3 (selected field pairs)
Notes:

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

ultraToolbarsManager1_ToolClick (Object, ToolClickEventArgs)

Purpose: Event handler for the ToolClick event of the ultraToolbarsManager1
Notes:

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


Constructor Detail
Top

DataRelationFieldPickerForm ()

Purpose: Constructor for the DataRelationFieldPickerForm class
Notes:



Property Detail
Top

HANDLE ChildTableBuffer


Returns HANDLE
Top

HANDLE Dataset


Returns HANDLE
Top

HANDLE ParentTableBuffer


Returns HANDLE
Top

CHARACTER RelationFields


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:20:55