C# Class Queue.Notification.ViewModels.ClientRequestsControlViewModel

Inheritance: Queue.UI.WPF.RichViewModel, IDisposable
显示文件 Open project: breslavsky/queue Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
AdjustClientRequests ( ClientRequest request ) : void
ClientRequestsControlViewModel ( ) : Junte.Parallel
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public AdjustClientRequests ( ClientRequest request ) : void
request Queue.Services.DTO.ClientRequest
return void

ClientRequestsControlViewModel() public method

public ClientRequestsControlViewModel ( ) : Junte.Parallel
return Junte.Parallel

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void