C# Class PhotoViewerTest.ImageTemplate

Inheritance: Xamarin.Forms.ContentView, ICarouselLayoutChildDelegate
Datei anzeigen Open project: Manne990/PhotoViewerTest

Public Methods

Method Description
GotActive ( ) : System.Threading.Tasks.Task
GotInactive ( ) : System.Threading.Tasks.Task
ImageTemplate ( ) : System
Refresh ( ) : System.Threading.Tasks.Task
WillBeActive ( ) : System.Threading.Tasks.Task

Protected Methods

Method Description
OnBindingContextChanged ( ) : void

Private Methods

Method Description
DownloadAndSaveFile ( string url, string filename ) : System.Threading.Tasks.Task

Method Details

GotActive() public method

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

GotInactive() public method

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

ImageTemplate() public method

public ImageTemplate ( ) : System
return System

OnBindingContextChanged() protected method

protected OnBindingContextChanged ( ) : void
return void

Refresh() public method

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

WillBeActive() public method

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