Namespace: Consultingwerk.Windows.Framework.Repository.Object
Class 
ReorderInstancesForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Forms.BaseForm
Implements: Consultingwerk.Forms.IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasSecurityKey

File:ReorderInstancesForm
Purpose:Allows the user to reorder instances in a container
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Jun 20 11:54:57 CEST 2019



Top Method Summary
Options Name Purpose
btnDown_Click (Object, EventArgs) Event handler for the Click event of the btnDown
btnUp_Click (Object, EventArgs) Event handler for the Click event of the btnDown
button1_Click (Object, EventArgs) Event handler for the Click event of the button1
cbContainer_ValueChanged (Object, EventArgs) Event handler for the ValueChanged event of the cbContainer
cbPage_ValueChanged (Object, EventArgs) Event handler for the ValueChanged event of the cbPage
InitializeComponent () Initializes the visual design
InitializeContainers () Initializes the combo-box with the containers on the page
InitializeInstances () Initializes the display of the instances
InitializePages () Initializes the combo-box with the pages of the container
OnLoad (EventArgs) Raises the Load event
Reorder (character, character) Reorders two object instance by swapping their position

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

Top Property Summary
Options Name Purpose
HANDLE SourceDatasetHandle


Method Detail
Top

btnDown_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the btnDown
Notes:

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

btnUp_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the btnDown
Notes:

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

button1_Click (Object, EventArgs)

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

cbContainer_ValueChanged (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the cbContainer
Notes:

Parameters:
sender System.Object
The reference to the control that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

cbPage_ValueChanged (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the cbPage
Notes:

Parameters:
sender System.Object
The reference to the control that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

InitializeComponent ()

Purpose: Initializes the visual design
Notes:

Top

InitializeContainers ()

Purpose: Initializes the combo-box with the containers on the page
Notes:

Top

InitializeInstances ()

Purpose: Initializes the display of the instances
Notes:

Top

InitializePages ()

Purpose: Initializes the combo-box with the pages of the container
Notes:

Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

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

Reorder (character, character)

Purpose: Reorders two object instance by swapping their position
Notes:

Parameters:
pcFrom CHARACTER
The ObjectInstanceGuid of the first instance
pcTo CHARACTER
The ObjectInstanceGuid of the second instance


Constructor Detail
Top

ReorderInstancesForm ()

Purpose: Constructor for the ReorderInstancesForm class
Notes:



Property Detail
Top

HANDLE SourceDatasetHandle


Returns HANDLE


Temp-Table Detail


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