C# Class Queue.Display.ViewModels.HomePageViewModel

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

Private Properties

Property Type Description
BuildUpTimer void
CloseChannel void
CurrentClientRequestPlanUpdated void
IsActiveRequest bool
Loaded void
PingElapsed void
Subscribe System.Threading.Tasks.Task
Unloaded void
UpdateOperatorCurrentRequest void

Public Methods

Method Description
Dispose ( ) : void
HomePageViewModel ( ) : Junte.Translation

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
BuildUpTimer ( ) : void
CloseChannel ( ) : void
CurrentClientRequestPlanUpdated ( object sender, QueuePlanEventArgs e ) : void
IsActiveRequest ( ClientRequestPlan plan ) : bool
Loaded ( ) : void
PingElapsed ( object sender, EventArgs e ) : void
Subscribe ( ) : System.Threading.Tasks.Task
Unloaded ( ) : void
UpdateOperatorCurrentRequest ( Operator op, ClientRequestPlan plan ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

HomePageViewModel() public method

public HomePageViewModel ( ) : Junte.Translation
return Junte.Translation