Table of Contents

Class DashboardModel

Namespace
The.WPF.Screens.Dashboard
Assembly
Instagile.WPF.dll
public class DashboardModel : ScreenModelBase, IScreenModel, IModel, INotifyPropertyChanged
Inheritance
DashboardModel
Implements
Inherited Members
Extension Methods

Constructors

DashboardModel(ISurface, List<IScreenModel>, ICommand)

public DashboardModel(ISurface surface, List<IScreenModel> dashboards, ICommand selectDashboardCommand)

Parameters

surface ISurface
dashboards List<IScreenModel>
selectDashboardCommand ICommand

Properties

Dashboards

public List<IScreenModel> Dashboards { get; }

Property Value

List<IScreenModel>

SelectDashboardCommand

public ICommand SelectDashboardCommand { get; }

Property Value

ICommand

SelectedDashboard

public IScreenModel? SelectedDashboard { get; set; }

Property Value

IScreenModel