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

Inheritance: BindableBase
Mostrar archivo Open project: akshay2000/MonocleGiraffe

Public Methods

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

Protected Methods

Method Description
ImageTapped ( IGalleryItem clickedItem, object collection ) : void
InitDesignTime ( ) : void

Private Methods

Method 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 method

public AccountViewModel ( INavigationService nav, bool isInDesignMode ) : XamarinImgur.APIWrappers
nav INavigationService
isInDesignMode bool
return XamarinImgur.APIWrappers

ImageTapped() protected method

protected ImageTapped ( IGalleryItem clickedItem, object collection ) : void
clickedItem IGalleryItem
collection object
return void

InitDesignTime() protected method

protected InitDesignTime ( ) : void
return void

Reload() public method

public Reload ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task