C# Class AI_Project_3.Quarter

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: ifwong/CS175_group2

Méthodes publiques

Свойство Type Description
Size int

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
OnPropertyChanged ( string property ) : void

Method Details

Quarter() public méthode

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

addClass() public méthode

Adds a class to the list of classes
public addClass ( Class c ) : void
c Class Class
Résultat void

getClass() public méthode

public getClass ( int i ) : Class
i int
Résultat Class

removeCLass() public méthode

Removes a class from the list of classes matching the specified class
public removeCLass ( Class c ) : void
c Class Class
Résultat void

removeClass() public méthode

Removes a class by name
public removeClass ( String displayString ) : void
displayString String Class display string
Résultat void

removeClass() public méthode

Removes a class from the list of classes by index
public removeClass ( int index ) : void
index int int
Résultat void

size() public méthode

public size ( ) : int
Résultat int

toString() public méthode

public toString ( ) : String
Résultat String

Property Details

Size public_oe property

public int Size
Résultat int