C# Class MonocleGiraffe.ViewModels.SubGalleryPageViewModel

Inheritance: SubGalleryViewModel, INavigable
Afficher le fichier Open project: akshay2000/MonocleGiraffe

Méthodes publiques

Méthode Description
ImageTapped ( object sender, object parameter ) : void
OnNavigatedFromAsync ( object>.IDictionary state, bool suspending ) : Task
OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : Task
OnNavigatingFromAsync ( Template10.Services.NavigationService.NavigatingEventArgs args ) : Task
SubGalleryPageViewModel ( GalaSoft nav ) : MonocleGiraffe.Portable.Models

Méthodes protégées

Méthode Description
CreateSubredditGallery ( string subreddit, Enums sort ) : Portable.ViewModels.IncrementalSubredditGallery

Method Details

CreateSubredditGallery() protected méthode

protected CreateSubredditGallery ( string subreddit, Enums sort ) : Portable.ViewModels.IncrementalSubredditGallery
subreddit string
sort Enums
Résultat Portable.ViewModels.IncrementalSubredditGallery

ImageTapped() public méthode

public ImageTapped ( object sender, object parameter ) : void
sender object
parameter object
Résultat void

OnNavigatedFromAsync() public méthode

public OnNavigatedFromAsync ( object>.IDictionary state, bool suspending ) : Task
state object>.IDictionary
suspending bool
Résultat Task

OnNavigatedToAsync() public méthode

public OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : Task
parameter object
mode NavigationMode
state object>.IDictionary
Résultat Task

OnNavigatingFromAsync() public méthode

public OnNavigatingFromAsync ( Template10.Services.NavigationService.NavigatingEventArgs args ) : Task
args Template10.Services.NavigationService.NavigatingEventArgs
Résultat Task

SubGalleryPageViewModel() public méthode

public SubGalleryPageViewModel ( GalaSoft nav ) : MonocleGiraffe.Portable.Models
nav GalaSoft
Résultat MonocleGiraffe.Portable.Models