C# Class CinderellaLauncher.MatchMaking

Afficher le fichier Open project: ThomasMoreCollege/CinderellaMGS

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

EarlyLateTime() public méthode

public EarlyLateTime ( DateTime appointmentTime ) : double
appointmentTime DateTime
Résultat double

GetCinderellas() public méthode

public GetCinderellas ( List &Cinderella ) : void
Cinderella List
Résultat void

GetGodMothers() public méthode

public GetGodMothers ( List &godMother ) : void
godMother List
Résultat void

GetPairedCinderellas() public méthode

public GetPairedCinderellas ( List &PairedCinderella ) : void
PairedCinderella List
Résultat void

GetPairedGodMother() public méthode

public GetPairedGodMother ( List &PairedGodMother, List &PairedCinderella ) : void
PairedGodMother List
PairedCinderella List
Résultat void

MakeMatches() public méthode

public MakeMatches ( ) : void
Résultat void

MatchMaking() public méthode

public MatchMaking ( ) : System
Résultat System

SortCinderellas() public méthode

public SortCinderellas ( List &unsortedCinderella ) : List
unsortedCinderella List
Résultat List

cinderellaListBox_DrawItem() public méthode

public cinderellaListBox_DrawItem ( object sender, DrawItemEventArgs e ) : void
sender object
e DrawItemEventArgs
Résultat void

personalShopperListBox_DrawItem() public méthode

public personalShopperListBox_DrawItem ( object sender, DrawItemEventArgs e ) : void
sender object
e DrawItemEventArgs
Résultat void