C# Class MonocleGiraffe.ViewModels.BrowserPageViewModel

Inheritance: Portable.ViewModels.BrowserViewModel, INavigable
显示文件 Open project: akshay2000/MonocleGiraffe

Public Methods

Method Description
BrowserPageViewModel ( GalaSoft nav ) : MonocleGiraffe.Portable.Models
OnNavigatedFromAsync ( object>.IDictionary state, bool suspending ) : System.Threading.Tasks.Task
OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : System.Threading.Tasks.Task
OnNavigatingFromAsync ( Template10.Services.NavigationService.NavigatingEventArgs args ) : System.Threading.Tasks.Task
RestoreState ( object>.IDictionary state ) : System.Threading.Tasks.Task

Private Methods

Method Description
Delete ( ) : System.Threading.Tasks.Task

Method Details

BrowserPageViewModel() public method

public BrowserPageViewModel ( GalaSoft nav ) : MonocleGiraffe.Portable.Models
nav GalaSoft
return MonocleGiraffe.Portable.Models

OnNavigatedFromAsync() public method

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

OnNavigatedToAsync() public method

public OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : System.Threading.Tasks.Task
parameter object
mode NavigationMode
state object>.IDictionary
return System.Threading.Tasks.Task

OnNavigatingFromAsync() public method

public OnNavigatingFromAsync ( Template10.Services.NavigationService.NavigatingEventArgs args ) : System.Threading.Tasks.Task
args Template10.Services.NavigationService.NavigatingEventArgs
return System.Threading.Tasks.Task

RestoreState() public method

public RestoreState ( object>.IDictionary state ) : System.Threading.Tasks.Task
state object>.IDictionary
return System.Threading.Tasks.Task