Свойство | Тип | Описание | |
---|---|---|---|
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 Quarter ( int yN, QuarterType qT ) : System | ||
yN | int | |
qT | QuarterType | |
Результат | System |
public removeClass ( String displayString ) : void | ||
displayString | String | Class display string |
Результат | void |