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
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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