C# Class SLApp_Beta.StudentProfile

Interaction logic for CreateStudentProfile.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: WhitworthUniversity/SLApp Class Usage Examples

Public Methods

Method Description
LoadStudentLearningExperiences ( ) : void
StudentProfile ( Student stud, bool isAdmin, bool IsEdit ) : System
StudentProfile ( bool isAdmin ) : System

Private Methods

Method Description
Delete_MenuItem_Click ( object sender, RoutedEventArgs e ) : void
StudentLearningExperiences_DataGrid_OnAutoGeneratingColumn ( object sender, System.Windows.Controls.DataGridAutoGeneratingColumnEventArgs e ) : void
Window_Closing ( object sender, System e ) : void
cancel_BTN_Click ( object sender, RoutedEventArgs e ) : void
delete_BTN_Click ( object sender, RoutedEventArgs e ) : void
expanderCollapsedMinimizeWindow ( object sender, RoutedEventArgs e ) : void
expanderExpandedOpenWindow ( object sender, RoutedEventArgs e ) : void
learningExperienceDelete ( ) : void
learningExperienceFieldsCheck ( Learning_Experience expROW ) : bool
learningExperienceSave ( ) : void
overwriteCheck ( Student stud ) : bool
save_BTN_Click ( object sender, RoutedEventArgs e ) : void
studentGradYearIntCheck ( string input ) : bool
studentLearningExperiences_DataGrid_BeginningEdit ( object sender, System.Windows.Controls.DataGridBeginningEditEventArgs e ) : void
student_ID_IntCheck ( string input ) : bool

Method Details

LoadStudentLearningExperiences() public method

public LoadStudentLearningExperiences ( ) : void
return void

StudentProfile() public method

public StudentProfile ( Student stud, bool isAdmin, bool IsEdit ) : System
stud Student
isAdmin bool
IsEdit bool
return System

StudentProfile() public method

public StudentProfile ( bool isAdmin ) : System
isAdmin bool
return System