C# Class MonocleGiraffe.Portable.ViewModels.Front.AccountViewModel

Inheritance: BindableBase
Afficher le fichier Open project: akshay2000/MonocleGiraffe

Méthodes publiques

Méthode Description
AccountViewModel ( INavigationService nav, bool isInDesignMode ) : XamarinImgur.APIWrappers
Reload ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
ImageTapped ( IGalleryItem clickedItem, object collection ) : void
InitDesignTime ( ) : void

Private Methods

Méthode Description
GoToBrowser ( IEnumerable gallery, int index, string pageKey ) : void
Init ( ) : System.Threading.Tasks.Task
Load ( ) : System.Threading.Tasks.Task
LoadAlbums ( string userName ) : System.Threading.Tasks.Task
LoadFavourites ( string userName ) : System.Threading.Tasks.Task
LoadImages ( string userName ) : System.Threading.Tasks.Task
LoadUserData ( ) : System.Threading.Tasks.Task
ViewAllCommandCanExecute ( string param ) : bool
ViewAllCommandExecute ( string param ) : void

Method Details

AccountViewModel() public méthode

public AccountViewModel ( INavigationService nav, bool isInDesignMode ) : XamarinImgur.APIWrappers
nav INavigationService
isInDesignMode bool
Résultat XamarinImgur.APIWrappers

ImageTapped() protected méthode

protected ImageTapped ( IGalleryItem clickedItem, object collection ) : void
clickedItem IGalleryItem
collection object
Résultat void

InitDesignTime() protected méthode

protected InitDesignTime ( ) : void
Résultat void

Reload() public méthode

public Reload ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task