C# Class Gwupe.Agent.UI.WPF.DashboardStateManager

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: gwupe/Gwupe Class Usage Examples

Public Methods

Method Description
DashboardStateContains ( DashboardState state ) : bool
DashboardStateManager ( ) : System
DisableDashboardState ( DashboardState state ) : void
EnableDashboardState ( DashboardState state ) : void

Private Methods

Method Description
OnPropertyChanged ( string propertyName ) : void
Reset ( ) : void

Method Details

DashboardStateContains() public method

public DashboardStateContains ( DashboardState state ) : bool
state DashboardState
return bool

DashboardStateManager() public method

public DashboardStateManager ( ) : System
return System

DisableDashboardState() public method

public DisableDashboardState ( DashboardState state ) : void
state DashboardState
return void

EnableDashboardState() public method

public EnableDashboardState ( DashboardState state ) : void
state DashboardState
return void