Class DashboardModel
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
surfaceISurfacedashboardsList<IScreenModel>selectDashboardCommandICommand
Properties
Dashboards
public List<IScreenModel> Dashboards { get; }
Property Value
SelectDashboardCommand
public ICommand SelectDashboardCommand { get; }
Property Value
SelectedDashboard
public IScreenModel? SelectedDashboard { get; set; }