C# 클래스 WikiFunctions.Lists.Providers.ApiJsonListProviderBase

상속: IListProvider
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

보호된 프로퍼티들

프로퍼티 타입 설명
WantedAttribute string

공개 메소드들

메소드 설명
ApiMakeList ( string url, int haveSoFar ) : List

Main function that retrieves the list from API, including paging

MakeList ( ) : List
Selected ( ) : void

보호된 메소드들

메소드 설명
ApiJsonListProviderBase ( ) : System

메소드 상세

ApiJsonListProviderBase() 보호된 메소드

protected ApiJsonListProviderBase ( ) : System
리턴 System

ApiMakeList() 공개 메소드

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
리턴 List

MakeList() 공개 추상적인 메소드

public abstract MakeList ( ) : List
리턴 List

Selected() 공개 추상적인 메소드

public abstract Selected ( ) : void
리턴 void

프로퍼티 상세

WantedAttribute 보호되어 있는 프로퍼티

protected string WantedAttribute
리턴 string