C# Class CinderellaLauncher.Program

Exibir arquivo Open project: ThomasMoreCollege/CinderellaMGS

Public Methods

Method Description
EarlyLateTime ( System.DateTime appointmentTime ) : double
GetPairedCinderellas ( List &PairedCinderella ) : void
GetPairedGodMother ( List &PairedGodMother, List &PairedCinderella ) : void
SortCinderellas ( List &unsortedCinderella ) : List

Private Methods

Method Description
GetCinderellas ( List &Cinderella, int count, List &oldCinderellas ) : void
GetGodMothers ( List &godMother, int count, List &oldGodMothers ) : void
Main ( ) : void
Main ( string args ) : void

Method Details

EarlyLateTime() public method

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

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

SortCinderellas() public method

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