C# Class Te.StahpIt.ViewModels.DashboardViewModel

Serves as the ViewModel for the Dashboard view.
Inheritance: BaseViewModel
Show file Open project: TechnikEmpire/StahpIt-WPF Class Usage Examples

Public Methods

Method Description
DashboardViewModel ( DashboardModel model ) : ByteSizeLib

Constructs a new DashboardViewModel instance.

Method Details

DashboardViewModel() public method

Constructs a new DashboardViewModel instance.
/// In the event that the model parameter is null, will throw ArgumentException. ///
public DashboardViewModel ( DashboardModel model ) : ByteSizeLib
model Te.StahpIt.Models.DashboardModel /// The underlying DashboardModel from which to derive and modify state. ///
return ByteSizeLib