C# 클래스 Spinnaker.Sample.WinForms.ViewModels.SplashViewModel

This is the root view model of the sample application. Notice that it contains several child view models of its own, all of which can be bound to in the GUI. This view model primarily manages the navigation of the sample application, exposing the concept of a "current page" that the user is on and reacting to user requests to change the current page. This concept of "pages" within the sample application is not something inherent to Spinnaker - it is simply one optional way of binding things within a GUI. Actual navigation within the GUI is accomplished by binding the visibility of sections of the GUI to this view model's "CurrentPage" property.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Claytonious/spinnaker 1 사용 예제들

공개 메소드들

메소드 설명
GotoDataPage ( ) : void
GotoRealtimePage ( ) : void
GotoSimpleFormPage ( ) : void
GotoSplashPage ( ) : void
SplashViewModel ( ) : System

메소드 상세

GotoDataPage() 공개 메소드

public GotoDataPage ( ) : void
리턴 void

GotoRealtimePage() 공개 메소드

public GotoRealtimePage ( ) : void
리턴 void

GotoSimpleFormPage() 공개 메소드

public GotoSimpleFormPage ( ) : void
리턴 void

GotoSplashPage() 공개 메소드

public GotoSplashPage ( ) : void
리턴 void

SplashViewModel() 공개 메소드

public SplashViewModel ( ) : System
리턴 System