C# 클래스 WindowsApp.ViewModels.MainPageViewModel

상속: WindowsApp.Mvvm.ViewModelBase
파일 보기 프로젝트 열기: HouseOfTheFuture/Mobile-App

공개 메소드들

메소드 설명
GotoDetailsPage ( ) : void
MainPageViewModel ( ) : System.Collections.Generic
OnNavigatedFromAsync ( object>.IDictionary state, bool suspending ) : System.Threading.Tasks.Task
OnNavigatedTo ( object parameter, NavigationMode mode, object>.IDictionary state ) : void
OnNavigatingFrom ( Template10.Services.NavigationService.NavigatingEventArgs args ) : void

메소드 상세

GotoDetailsPage() 공개 메소드

public GotoDetailsPage ( ) : void
리턴 void

MainPageViewModel() 공개 메소드

public MainPageViewModel ( ) : System.Collections.Generic
리턴 System.Collections.Generic

OnNavigatedFromAsync() 공개 메소드

public OnNavigatedFromAsync ( object>.IDictionary state, bool suspending ) : System.Threading.Tasks.Task
state object>.IDictionary
suspending bool
리턴 System.Threading.Tasks.Task

OnNavigatedTo() 공개 메소드

public OnNavigatedTo ( object parameter, NavigationMode mode, object>.IDictionary state ) : void
parameter object
mode NavigationMode
state object>.IDictionary
리턴 void

OnNavigatingFrom() 공개 메소드

public OnNavigatingFrom ( Template10.Services.NavigationService.NavigatingEventArgs args ) : void
args Template10.Services.NavigationService.NavigatingEventArgs
리턴 void