C# Class WallpaperDownloader.App.DownloadStrategies.CategoryDownloadStrategy

Inheritance: DownloadStrategy
Afficher le fichier Open project: iordan93/WallpaperDownloader

Méthodes publiques

Méthode Description
CategoryDownloadStrategy ( IWebDriver browser ) : System

Méthodes protégées

Méthode Description
ExecuteCustomStrategy ( ) : void
GetBaseDownloadUrl ( ) : string
GetDownloadUrlForPage ( int pageNumber ) : string

Private Methods

Méthode Description
ChooseSubcategory ( string imagesInCategoryCount ) : void

Method Details

CategoryDownloadStrategy() public méthode

public CategoryDownloadStrategy ( IWebDriver browser ) : System
browser IWebDriver
Résultat System

ExecuteCustomStrategy() protected méthode

protected ExecuteCustomStrategy ( ) : void
Résultat void

GetBaseDownloadUrl() protected méthode

protected GetBaseDownloadUrl ( ) : string
Résultat string

GetDownloadUrlForPage() protected méthode

protected GetDownloadUrlForPage ( int pageNumber ) : string
pageNumber int
Résultat string