프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Size | int |
메소드 | 설명 | |
---|---|---|
Quarter ( int yN, QuarterType qT ) : System |
Quarters house a yearNum, quarterType, and as well as a list of classes
|
|
addClass ( |
Adds a class to the list of classes
|
|
getClass ( int i ) : |
||
removeCLass ( |
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 |
public removeClass ( String displayString ) : void | ||
displayString | String | Class display string |
리턴 | void |