C# Class Queue.Services.Server.OperatorPlan

Afficher le fichier Open project: breslavsky/queue

Méthodes publiques

Свойство Type Description
currentClientRequestPlan ClientRequestPlan

Méthodes publiques

Méthode Description
AddClientRequest ( ClientRequest clientRequest, Schedule schedule ) : void
GetNearTimeInterval ( System.TimeSpan startTime, Schedule schedule, ClientRequestType clientRequestType, int subjects = 1 ) : System.TimeSpan
OperatorPlan ( Operator queueOperator, System.DateTime planDate ) : System
ToString ( ) : string

Private Methods

Méthode Description
ClientRequestPlans_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
GetIgnoredIntervals ( ClientRequestType clientRequestType ) : Queue.Services.Server.TimeInterval[]

Method Details

AddClientRequest() public méthode

public AddClientRequest ( ClientRequest clientRequest, Schedule schedule ) : void
clientRequest Queue.Model.ClientRequest
schedule Queue.Model.Schedule
Résultat void

GetNearTimeInterval() public méthode

public GetNearTimeInterval ( System.TimeSpan startTime, Schedule schedule, ClientRequestType clientRequestType, int subjects = 1 ) : System.TimeSpan
startTime System.TimeSpan
schedule Queue.Model.Schedule
clientRequestType ClientRequestType
subjects int
Résultat System.TimeSpan

OperatorPlan() public méthode

public OperatorPlan ( Operator queueOperator, System.DateTime planDate ) : System
queueOperator Queue.Model.Operator
planDate System.DateTime
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

currentClientRequestPlan public_oe property

public ClientRequestPlan,Queue.Services.Server currentClientRequestPlan
Résultat ClientRequestPlan