C# Class Queue.Notification.ViewModels.ClientRequestsControlViewModel

Inheritance: Queue.UI.WPF.RichViewModel, IDisposable
Afficher le fichier Open project: breslavsky/queue Class Usage Examples

Private Properties

Свойство Type Description
AdjustConfig void
AdjustRequestsLength void
ClientRequestUpdated void
GetLinesForDisplay ushort[][]
Loaded void
ReadConfig System.Threading.Tasks.Task
SendRequestsToDisplay void
SendRequestsToDisplays void
Unloaded void
timer_Tick void

Méthodes publiques

Méthode Description
AdjustClientRequests ( ClientRequest request ) : void
ClientRequestsControlViewModel ( ) : Junte.Parallel
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AdjustConfig ( NotificationConfig config ) : void
AdjustRequestsLength ( ) : void
ClientRequestUpdated ( object sender, ClientRequest e ) : void
GetLinesForDisplay ( DisplayConfig display ) : ushort[][]
Loaded ( ) : void
ReadConfig ( ) : System.Threading.Tasks.Task
SendRequestsToDisplay ( DisplayConfig display ) : void
SendRequestsToDisplays ( ) : void
Unloaded ( ) : void
timer_Tick ( object sender, EventArgs e ) : void

Method Details

AdjustClientRequests() public méthode

public AdjustClientRequests ( ClientRequest request ) : void
request Queue.Services.DTO.ClientRequest
Résultat void

ClientRequestsControlViewModel() public méthode

public ClientRequestsControlViewModel ( ) : Junte.Parallel
Résultat Junte.Parallel

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void