C# 클래스 AI_Project_3.MajorInitializer

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: ifwong/CS175_group2 1 사용 예제들

공개 메소드들

메소드 설명
AddToListOfAddedMajors ( String s ) : void
MajorInitializer ( ) : System
toString ( ) : String

보호된 메소드들

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

비공개 메소드들

메소드 설명
initiateSchedleOfClasses ( ) : void

메소드 상세

AddToListOfAddedMajors() 공개 메소드

public AddToListOfAddedMajors ( String s ) : void
s String
리턴 void

MajorInitializer() 공개 메소드

public MajorInitializer ( ) : System
리턴 System

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( String propertyName ) : void
propertyName String
리턴 void

toString() 공개 메소드

public toString ( ) : String
리턴 String