C# Class CinderellaLauncher.MatchMaking

Show file Open project: ThomasMoreCollege/CinderellaMGS

Public Methods

Method Description
EarlyLateTime ( DateTime appointmentTime ) : double
GetCinderellas ( List &Cinderella ) : void
GetGodMothers ( List &godMother ) : void
GetPairedCinderellas ( List &PairedCinderella ) : void
GetPairedGodMother ( List &PairedGodMother, List &PairedCinderella ) : void
MakeMatches ( ) : void
MatchMaking ( ) : System
SortCinderellas ( List &unsortedCinderella ) : List
cinderellaListBox_DrawItem ( object sender, DrawItemEventArgs e ) : void
personalShopperListBox_DrawItem ( object sender, DrawItemEventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MatchMaking_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EarlyLateTime() public method

public EarlyLateTime ( DateTime appointmentTime ) : double
appointmentTime DateTime
return double

GetCinderellas() public method

public GetCinderellas ( List &Cinderella ) : void
Cinderella List
return void

GetGodMothers() public method

public GetGodMothers ( List &godMother ) : void
godMother List
return void

GetPairedCinderellas() public method

public GetPairedCinderellas ( List &PairedCinderella ) : void
PairedCinderella List
return void

GetPairedGodMother() public method

public GetPairedGodMother ( List &PairedGodMother, List &PairedCinderella ) : void
PairedGodMother List
PairedCinderella List
return void

MakeMatches() public method

public MakeMatches ( ) : void
return void

MatchMaking() public method

public MatchMaking ( ) : System
return System

SortCinderellas() public method

public SortCinderellas ( List &unsortedCinderella ) : List
unsortedCinderella List
return List

cinderellaListBox_DrawItem() public method

public cinderellaListBox_DrawItem ( object sender, DrawItemEventArgs e ) : void
sender object
e DrawItemEventArgs
return void

personalShopperListBox_DrawItem() public method

public personalShopperListBox_DrawItem ( object sender, DrawItemEventArgs e ) : void
sender object
e DrawItemEventArgs
return void