C# Class SidebarDiagnostics.Models.SidebarModel

Inheritance: INotifyPropertyChanged, IDisposable
Show file Open project: ArcadeRenegade/SidebarDiagnostics Class Usage Examples

Private Properties

Property Type Description
ClockTimer_Tick void
DisposeClock void
DisposeMonitors void
InitClock void
InitMonitors void
MonitorTimer_Tick void
PauseClock void
PauseMonitors void
ResumeClock void
ResumeMonitors void
StartClock void
StartMonitors void
UpdateClock void
UpdateMonitors void

Public Methods

Method Description
Dispose ( ) : void
NotifyPropertyChanged ( string propertyName ) : void
Pause ( ) : void
Reload ( ) : void
Resume ( ) : void
SidebarModel ( ) : System
Start ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ClockTimer_Tick ( object sender, EventArgs e ) : void
DisposeClock ( ) : void
DisposeMonitors ( ) : void
InitClock ( ) : void
InitMonitors ( ) : void
MonitorTimer_Tick ( object sender, EventArgs e ) : void
PauseClock ( ) : void
PauseMonitors ( ) : void
ResumeClock ( ) : void
ResumeMonitors ( ) : void
StartClock ( ) : void
StartMonitors ( ) : void
UpdateClock ( ) : void
UpdateMonitors ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void

Pause() public method

public Pause ( ) : void
return void

Reload() public method

public Reload ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

SidebarModel() public method

public SidebarModel ( ) : System
return System

Start() public method

public Start ( ) : void
return void