C# Class FloydPink.Flickr.Downloadr.Presentation.BrowserPresenter

Inheritance: PresenterBase, IBrowserPresenter
Mostrar archivo Open project: flickr-downloadr/flickr-downloadr

Public Methods

Method Description
BrowserPresenter ( IBrowserLogic logic, IBrowserView view ) : System
CancelDownload ( ) : void
DownloadAllPages ( ) : Task
DownloadSelection ( ) : Task
DownloadThisPage ( ) : Task
InitializePhotoset ( ) : Task
NavigateTo ( PhotoPage page ) : Task

Private Methods

Method Description
DownloadPhotos ( IEnumerable photos, bool handleSpinner = true ) : Task
GetAllPhotos ( ) : Task>
GetAndSetPhotos ( int page ) : Task
GetPhotosResponse ( int page ) : Task
SetPhotoResponse ( PhotosResponse photosResponse ) : void

Method Details

BrowserPresenter() public method

public BrowserPresenter ( IBrowserLogic logic, IBrowserView view ) : System
logic IBrowserLogic
view IBrowserView
return System

CancelDownload() public method

public CancelDownload ( ) : void
return void

DownloadAllPages() public method

public DownloadAllPages ( ) : Task
return Task

DownloadSelection() public method

public DownloadSelection ( ) : Task
return Task

DownloadThisPage() public method

public DownloadThisPage ( ) : Task
return Task

InitializePhotoset() public method

public InitializePhotoset ( ) : Task
return Task

NavigateTo() public method

public NavigateTo ( PhotoPage page ) : Task
page PhotoPage
return Task