C# Class CallScheduler.DoctorQueue

Afficher le fichier Open project: michaeldrnec/CallScheduler Class Usage Examples

Méthodes publiques

Свойство Type Description
doctors List

Méthodes publiques

Méthode Description
DoctorQueue ( List doctors ) : System
GetCrossCallDoctors ( Slot slot ) : IEnumerable
GetEligibleDoctors ( Slot slot ) : IEnumerable
GetRankedDoctorList ( bool is24 ) : List
ThisDoctorWasChosen ( Doctor chosenDoctor, bool is24 ) : void

Method Details

DoctorQueue() public méthode

public DoctorQueue ( List doctors ) : System
doctors List
Résultat System

GetCrossCallDoctors() public méthode

public GetCrossCallDoctors ( Slot slot ) : IEnumerable
slot Slot
Résultat IEnumerable

GetEligibleDoctors() public méthode

public GetEligibleDoctors ( Slot slot ) : IEnumerable
slot Slot
Résultat IEnumerable

GetRankedDoctorList() public méthode

public GetRankedDoctorList ( bool is24 ) : List
is24 bool
Résultat List

ThisDoctorWasChosen() public méthode

public ThisDoctorWasChosen ( Doctor chosenDoctor, bool is24 ) : void
chosenDoctor Doctor
is24 bool
Résultat void

Property Details

doctors public_oe property

public List doctors
Résultat List