C# 클래스 TheAirline.GUIModel.PagesModel.PilotsPageModel.FlightSchoolMVVM

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( String propertyName ) : void

메소드 상세

FlightSchoolMVVM() 공개 메소드

public FlightSchoolMVVM ( FlightSchool fs ) : System
fs TheAirline.Models.Pilots.FlightSchool
리턴 System

addInstructor() 공개 메소드

public addInstructor ( Instructor instructor ) : void
instructor TheAirline.Models.Pilots.Instructor
리턴 void

addStudent() 공개 메소드

public addStudent ( PilotStudent student ) : void
student TheAirline.Models.Pilots.PilotStudent
리턴 void

addTrainingAircraft() 공개 메소드

public addTrainingAircraft ( TrainingAircraft aircraft ) : void
aircraft TheAirline.Models.Pilots.TrainingAircraft
리턴 void

removeInstructor() 공개 메소드

public removeInstructor ( Instructor instructor ) : void
instructor TheAirline.Models.Pilots.Instructor
리턴 void

removeStudent() 공개 메소드

public removeStudent ( PilotStudent student ) : void
student TheAirline.Models.Pilots.PilotStudent
리턴 void

removeTrainingAircraft() 공개 메소드

public removeTrainingAircraft ( TrainingAircraft aircraft ) : void
aircraft TheAirline.Models.Pilots.TrainingAircraft
리턴 void