Namespace: Consultingwerk.SmartComponents.Support
Class 
BusinessEntityPickerForm Copy to Clipboard
Parent classes:
Inherits: Progress.Windows.Form

File:BusinessEntityPickerForm
Purpose:Selectes a Business Entity
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Jul 14 14:18:42 CEST 2010



Top Method Summary
Options Name Purpose
- btnRefresh_Click (Object, EventArgs)
+ CHARACTER GetSelectedBusinessEntityName () Returns the selected Business Entity Name
- InitializeComponent () Initializes the Visual Design
# OnRefreshButtonClick (EventArgs) Raises the RefreshButtonClick
# OnShown (EventArgs) Raises the Shown event
- pictureBoxHeader_Click (Object, EventArgs) Event handler for the Click event of the pictureBoxHeader
+ ReceiveBusinessEntityNames (table) Receives the temp-table with the business entity names
+ SetBusinessEntityName (character) Sets the selected Business Entity name
- textBox1_KeyDown (Object, KeyEventArgs) Event handler for the KeyDown event of the textBox1
- textBox1_TextChanged (Object, EventArgs) Event handler for the TextChanged event of the TextBox1
- ultraGrid1_DoubleClickRow (Object, DoubleClickRowEventArgs) Event handler for the DoubleClickRow event of the ultraGrid1

Top Constructor Summary
Options Name Purpose
+ BusinessEntityPickerForm () Constructor for the BusinessEntityPickerForm class

Top Event Summary
Options Name Purpose
+ RefreshButtonClick DELEGATE System.EventHandler Raised when the Refresh Button has been clicked

Top Property Summary
Options Name Purpose
+ LOGICAL RefreshButtonVisible
+ CHARACTER Remarks


Method Detail
Top

PRIVATE btnRefresh_Click (Object, EventArgs)

Purpose:
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

PUBLIC CHARACTER GetSelectedBusinessEntityName ()

Purpose: Returns the selected Business Entity Name
Notes:

Returns CHARACTER
The selected Business Entity Name
Top

PRIVATE InitializeComponent ()

Purpose: Initializes the Visual Design
Notes:

Top

PROTECTED OnRefreshButtonClick (EventArgs)

Purpose: Raises the RefreshButtonClick
Notes:

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

PROTECTED OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

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

PRIVATE pictureBoxHeader_Click (Object, EventArgs)

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

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

PUBLIC ReceiveBusinessEntityNames (table)

Purpose: Receives the temp-table with the business entity names
Notes:

Parameters:
ttClassNames TEMP-TABLE ttClassNames
The temp-table with the class names
Top

PUBLIC SetBusinessEntityName (character)

Purpose: Sets the selected Business Entity name
Notes:

Parameters:
pcBusinessEntityName CHARACTER
The name of the Business Entity
Top

PRIVATE textBox1_KeyDown (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown event of the textBox1
Notes:

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

PRIVATE textBox1_TextChanged (Object, EventArgs)

Purpose: Event handler for the TextChanged event of the TextBox1
Notes: Re-Opens the Query using MATCHES

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

PRIVATE ultraGrid1_DoubleClickRow (Object, DoubleClickRowEventArgs)

Purpose: Event handler for the DoubleClickRow event of the ultraGrid1
Notes:

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


Constructor Detail
Top

PUBLIC BusinessEntityPickerForm ()

Purpose: Constructor for the BusinessEntityPickerForm class
Notes:



Event Detail
Top

PUBLIC RefreshButtonClick DELEGATE System.EventHandler

Purpose: Raised when the Refresh Button has been clicked
Notes:

Delegate: System.EventHandler


Property Detail
Top

PUBLIC LOGICAL RefreshButtonVisible


Returns LOGICAL
Top

PUBLIC CHARACTER Remarks


Returns CHARACTER


Temp-Table Detail

Temp-Table ttClassNames

Defined in:


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:55:03