C# Class CinderellaLauncher.Program

Afficher le fichier Open project: ThomasMoreCollege/CinderellaMGS

Méthodes publiques

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

Private Methods

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

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

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

SortCinderellas() public méthode

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