C# 클래스 AI_Project_3.Quarter

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: ifwong/CS175_group2

공개 프로퍼티들

프로퍼티 타입 설명
Size int

공개 메소드들

메소드 설명
Quarter ( int yN, QuarterType qT ) : System

Quarters house a yearNum, quarterType, and as well as a list of classes

addClass ( Class c ) : void

Adds a class to the list of classes

getClass ( int i ) : Class
removeCLass ( Class c ) : void

Removes a class from the list of classes matching the specified class

removeClass ( String displayString ) : void

Removes a class by name

removeClass ( int index ) : void

Removes a class from the list of classes by index

size ( ) : int
toString ( ) : String

비공개 메소드들

메소드 설명
OnPropertyChanged ( string property ) : void

메소드 상세

Quarter() 공개 메소드

Quarters house a yearNum, quarterType, and as well as a list of classes
public Quarter ( int yN, QuarterType qT ) : System
yN int
qT QuarterType
리턴 System

addClass() 공개 메소드

Adds a class to the list of classes
public addClass ( Class c ) : void
c Class Class
리턴 void

getClass() 공개 메소드

public getClass ( int i ) : Class
i int
리턴 Class

removeCLass() 공개 메소드

Removes a class from the list of classes matching the specified class
public removeCLass ( Class c ) : void
c Class Class
리턴 void

removeClass() 공개 메소드

Removes a class by name
public removeClass ( String displayString ) : void
displayString String Class display string
리턴 void

removeClass() 공개 메소드

Removes a class from the list of classes by index
public removeClass ( int index ) : void
index int int
리턴 void

size() 공개 메소드

public size ( ) : int
리턴 int

toString() 공개 메소드

public toString ( ) : String
리턴 String

프로퍼티 상세

Size 공개적으로 프로퍼티

public int Size
리턴 int