C# Class PhotoViewerTest.ImageTemplate

Inheritance: Xamarin.Forms.ContentView, ICarouselLayoutChildDelegate
Afficher le fichier Open project: Manne990/PhotoViewerTest

Méthodes publiques

Méthode Description
GotActive ( ) : System.Threading.Tasks.Task
GotInactive ( ) : System.Threading.Tasks.Task
ImageTemplate ( ) : System
Refresh ( ) : System.Threading.Tasks.Task
WillBeActive ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
OnBindingContextChanged ( ) : void

Private Methods

Méthode Description
DownloadAndSaveFile ( string url, string filename ) : System.Threading.Tasks.Task

Method Details

GotActive() public méthode

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

GotInactive() public méthode

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

ImageTemplate() public méthode

public ImageTemplate ( ) : System
Résultat System

OnBindingContextChanged() protected méthode

protected OnBindingContextChanged ( ) : void
Résultat void

Refresh() public méthode

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

WillBeActive() public méthode

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