Namespace: Consultingwerk.BusinessEntityDesigner.UI
Class 
StaleGeneratedFilesDialogForm 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
btnSelectAll_Click (Object, EventArgs) Event handler for the Click event of the btnSelectAll
btnSelectNone_Click (Object, EventArgs) Event handler for the Click event of the btnSelectNone
InitializeComponent ()
OnFormClosing (FormClosingEventArgs) Raises the FormClosing event
OnShown (EventArgs) Raises the Shown event
CHARACTER SelectFilesForDeletion (table) Shows the dialog and returns the file names the user selected for deletion
smartDataBrowser1_AfterSelectChange (Object, AfterSelectChangeEventArgs) Event handler for the AfterSelectChange event of the smartDataBrowser1

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


Method Detail
Top

btnSelectAll_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the btnSelectAll
Notes: Selects all rows currently visible in the browser

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

btnSelectNone_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the btnSelectNone
Notes: Deselects all rows of the browser

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

InitializeComponent ()


Top

OnFormClosing (FormClosingEventArgs)

Purpose: Raises the FormClosing event
Notes: Captures the selected file names while the grid rows are still
accessible. The dialog never falls back to the current row -
only explicitly selected rows are returned

Parameters:
e System.Windows.Forms.FormClosingEventArgs
The FormClosingEventArgs object that contains the event data
Top

OnShown (EventArgs)

Purpose: Raises the Shown event
Notes: Binds the stale file temp-table to the browser

Parameters:
e System.EventArgs
The EventArgs object that contains the event data
Top

CHARACTER SelectFilesForDeletion (table)

Purpose: Shows the dialog and returns the file names the user selected
for deletion
Notes: Returns an indeterminate array when the dialog was cancelled or
no file was selected. The caller performs the actual deletion -
this dialog only collects the user's confirmation

Parameters:
ttStaleGeneratedFile TEMP-TABLE ttStaleGeneratedFile
INPUT TABLE with the potentially stale files (only rows with Stale = true are displayed)
Returns CHARACTER
The array of file names selected for deletion
Top

smartDataBrowser1_AfterSelectChange (Object, AfterSelectChangeEventArgs)

Purpose: Event handler for the AfterSelectChange event of the smartDataBrowser1
Notes: Enables the Delete button only while at least one row is selected

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


Constructor Detail
Top

StaleGeneratedFilesDialogForm ()

Purpose: Constructor for the StaleGeneratedFilesDialogForm class
Notes:



Temp-Table Detail

Temp-Table ttStaleGeneratedFile

Defined in:


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       16.08.2026 16:55:30