C# Class WikiFunctions.Lists.Providers.ApiJsonListProviderBase

Inheritance: IListProvider
Mostra file Open project: reedy/AutoWikiBrowser

Protected Properties

Property Type Description
WantedAttribute string

Public Methods

Method Description
ApiMakeList ( string url, int haveSoFar ) : List

Main function that retrieves the list from API, including paging

MakeList ( ) : List
Selected ( ) : void

Protected Methods

Method Description
ApiJsonListProviderBase ( ) : System

Method Details

ApiJsonListProviderBase() protected method

protected ApiJsonListProviderBase ( ) : System
return System

ApiMakeList() public method

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
return List

MakeList() public abstract method

public abstract MakeList ( ) : List
return List

Selected() public abstract method

public abstract Selected ( ) : void
return void

Property Details

WantedAttribute protected_oe property

protected string WantedAttribute
return string