C# Класс CinderellaLauncher.MatchMaking

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

EarlyLateTime() публичный Метод

public EarlyLateTime ( DateTime appointmentTime ) : double
appointmentTime DateTime
Результат double

GetCinderellas() публичный Метод

public GetCinderellas ( List &Cinderella ) : void
Cinderella List
Результат void

GetGodMothers() публичный Метод

public GetGodMothers ( List &godMother ) : void
godMother List
Результат void

GetPairedCinderellas() публичный Метод

public GetPairedCinderellas ( List &PairedCinderella ) : void
PairedCinderella List
Результат void

GetPairedGodMother() публичный Метод

public GetPairedGodMother ( List &PairedGodMother, List &PairedCinderella ) : void
PairedGodMother List
PairedCinderella List
Результат void

MakeMatches() публичный Метод

public MakeMatches ( ) : void
Результат void

MatchMaking() публичный Метод

public MatchMaking ( ) : System
Результат System

SortCinderellas() публичный Метод

public SortCinderellas ( List &unsortedCinderella ) : List
unsortedCinderella List
Результат List

cinderellaListBox_DrawItem() публичный Метод

public cinderellaListBox_DrawItem ( object sender, DrawItemEventArgs e ) : void
sender object
e DrawItemEventArgs
Результат void

personalShopperListBox_DrawItem() публичный Метод

public personalShopperListBox_DrawItem ( object sender, DrawItemEventArgs e ) : void
sender object
e DrawItemEventArgs
Результат void