C# Class AI_Project_3.Year

Inheritance: INotifyPropertyChanged
Show file Open project: ifwong/CS175_group2 Class Usage Examples

Public Methods

Method Description
Year ( int year ) : System
getQuarter ( QuarterType qT ) : Quarter
getQuarter ( int i ) : Quarter
toString ( ) : String

Private Methods

Method Description
BuildQuarters ( ) : void
OnPropertyChanged ( string property ) : void

Method Details

Year() public method

public Year ( int year ) : System
year int
return System

getQuarter() public method

public getQuarter ( QuarterType qT ) : Quarter
qT QuarterType
return Quarter

getQuarter() public method

public getQuarter ( int i ) : Quarter
i int
return Quarter

toString() public method

public toString ( ) : String
return String