C# 클래스 Te.StahpIt.ViewModels.DashboardViewModel

Serves as the ViewModel for the Dashboard view.
상속: BaseViewModel
파일 보기 프로젝트 열기: TechnikEmpire/StahpIt-WPF 1 사용 예제들

공개 메소드들

메소드 설명
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