C# Class Project_Marmelade.ProductDevelopment

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: DMOe15a/ProjectMarmelade

Méthodes publiques

Свойство Type Description
conn System.Data.SqlClient.SqlConnection

Méthodes publiques

Méthode Description
Fill_primCombo ( ) : void
Fill_quality ( ) : void
Fill_secCombo ( ) : void
ProductDevelopment ( ) : System
tabMaster_SelectionChanged ( object sender, EventArgs args ) : void

Handles events triggered by changing tab.

Private Methods

Méthode Description
Button_Click ( object sender, RoutedEventArgs e ) : void
EmployeeID_LostFocus ( object sender, EventArgs e ) : void

Makes the EmployeeID textbox return to it's default state when empty and out of focus.

GetTestResult ( ) : void
HiddenSecret ( object sender, EventArgs args ) : void
UpdateTable ( ) : void
btnBack_Click ( object sender, RoutedEventArgs e ) : void
btnDone_Click ( object sender, RoutedEventArgs e ) : void
btnNew_Click ( object sender, RoutedEventArgs e ) : void

Demo code, intended to load from database to the 'data' object.

btnSelect_Click ( object sender, EventArgs args ) : void

Goes to the hidden tab.

button_edit_Click ( object sender, EventArgs args ) : void
comboBoxRecipes_SelectionChanged ( object sender, EventArgs args ) : void
create_btn_Click ( object sender, RoutedEventArgs e ) : void
txtSearch_GotFocus ( object sender, EventArgs e ) : void

Colors and empties the sender when it's empty and in focus.

txtSearch_LostFocus ( object sender, EventArgs e ) : void

Makes the searchbox return to it's default state when empty and out of focus.

Method Details

Fill_primCombo() public méthode

public Fill_primCombo ( ) : void
Résultat void

Fill_quality() public méthode

public Fill_quality ( ) : void
Résultat void

Fill_secCombo() public méthode

public Fill_secCombo ( ) : void
Résultat void

ProductDevelopment() public méthode

public ProductDevelopment ( ) : System
Résultat System

tabMaster_SelectionChanged() public méthode

Handles events triggered by changing tab.
public tabMaster_SelectionChanged ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

Property Details

conn public_oe property

public SqlConnection,System.Data.SqlClient conn
Résultat System.Data.SqlClient.SqlConnection