C# Class WikiFunctions.Lists.Providers.ApiJsonListProviderBase

Inheritance: IListProvider
Afficher le fichier Open project: reedy/AutoWikiBrowser

Protected Properties

Свойство Type Description
WantedAttribute string

Méthodes publiques

Méthode Description
ApiMakeList ( string url, int haveSoFar ) : List

Main function that retrieves the list from API, including paging

MakeList ( ) : List
Selected ( ) : void

Méthodes protégées

Méthode Description
ApiJsonListProviderBase ( ) : System

Method Details

ApiJsonListProviderBase() protected méthode

protected ApiJsonListProviderBase ( ) : System
Résultat System

ApiMakeList() public méthode

Main function that retrieves the list from API, including paging
public ApiMakeList ( string url, int haveSoFar ) : List
url string URL of API request
haveSoFar int Number of pages already retrieved, for upper limit control
Résultat List

MakeList() public abstract méthode

public abstract MakeList ( ) : List
Résultat List

Selected() public abstract méthode

public abstract Selected ( ) : void
Résultat void

Property Details

WantedAttribute protected_oe property

protected string WantedAttribute
Résultat string