C# 클래스 CinderellaLauncher.MatchMaking

파일 보기 프로젝트 열기: ThomasMoreCollege/CinderellaMGS

공개 메소드들

메소드 설명
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