C# Класс Te.StahpIt.ViewModels.DashboardViewModel

Serves as the ViewModel for the Dashboard view.
Наследование: BaseViewModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DashboardViewModel ( DashboardModel model ) : ByteSizeLib

Constructs a new DashboardViewModel instance.

Описание методов

DashboardViewModel() публичный Метод

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. ///
Результат ByteSizeLib