C# 클래스 Queue.Notification.ViewModels.ClientRequestsControlViewModel

상속: Queue.UI.WPF.RichViewModel, IDisposable
파일 보기 프로젝트 열기: breslavsky/queue 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AdjustConfig void
AdjustRequestsLength void
ClientRequestUpdated void
GetLinesForDisplay ushort[][]
Loaded void
ReadConfig System.Threading.Tasks.Task
SendRequestsToDisplay void
SendRequestsToDisplays void
Unloaded void
timer_Tick void

공개 메소드들

메소드 설명
AdjustClientRequests ( ClientRequest request ) : void
ClientRequestsControlViewModel ( ) : Junte.Parallel
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AdjustClientRequests() 공개 메소드

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

ClientRequestsControlViewModel() 공개 메소드

public ClientRequestsControlViewModel ( ) : Junte.Parallel
리턴 Junte.Parallel

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void