C# Class TheAirline.GUIModel.PagesModel.PilotsPageModel.FlightSchoolMVVM

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Méthodes publiques

Méthode Description
FlightSchoolMVVM ( FlightSchool fs ) : System
addInstructor ( Instructor instructor ) : void
addStudent ( PilotStudent student ) : void
addTrainingAircraft ( TrainingAircraft aircraft ) : void
removeInstructor ( Instructor instructor ) : void
removeStudent ( PilotStudent student ) : void
removeTrainingAircraft ( TrainingAircraft aircraft ) : void

Private Methods

Méthode Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

FlightSchoolMVVM() public méthode

public FlightSchoolMVVM ( FlightSchool fs ) : System
fs TheAirline.Models.Pilots.FlightSchool
Résultat System

addInstructor() public méthode

public addInstructor ( Instructor instructor ) : void
instructor TheAirline.Models.Pilots.Instructor
Résultat void

addStudent() public méthode

public addStudent ( PilotStudent student ) : void
student TheAirline.Models.Pilots.PilotStudent
Résultat void

addTrainingAircraft() public méthode

public addTrainingAircraft ( TrainingAircraft aircraft ) : void
aircraft TheAirline.Models.Pilots.TrainingAircraft
Résultat void

removeInstructor() public méthode

public removeInstructor ( Instructor instructor ) : void
instructor TheAirline.Models.Pilots.Instructor
Résultat void

removeStudent() public méthode

public removeStudent ( PilotStudent student ) : void
student TheAirline.Models.Pilots.PilotStudent
Résultat void

removeTrainingAircraft() public méthode

public removeTrainingAircraft ( TrainingAircraft aircraft ) : void
aircraft TheAirline.Models.Pilots.TrainingAircraft
Résultat void