C# Class Marmalade_Global.CreateEmployee

Interaction logic for CreateEmployee.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: DMOE15C/project-marmelade Class Usage Examples

Méthodes publiques

Méthode Description
CreateEmployee ( ) : System

Private Methods

Méthode Description
ConfirmInput ( ) : bool

Checks whether the input typed into the window is of the correct type. Returns true if no errors were found

InitializeComboboxes ( ) : void

Calls ViewController for getting domain enums into ienumerables ???? SD / layers

address_tbx_GotFocus ( object sender, RoutedEventArgs e ) : void
button_Click ( object sender, RoutedEventArgs e ) : void
createEmployee_btn_Click ( object sender, RoutedEventArgs e ) : void
hourlyWage_tbx_GotFocus ( object sender, RoutedEventArgs e ) : void
legalId_tbx_GotFocus ( object sender, RoutedEventArgs e ) : void
name_tbx_GotFocus ( object sender, RoutedEventArgs e ) : void
phoneNr_tbx_GotFocus ( object sender, RoutedEventArgs e ) : void

Method Details

CreateEmployee() public méthode

public CreateEmployee ( ) : System
Résultat System