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

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

보호된 프로퍼티들

프로퍼티 타입 설명
Visited List

공개 메소드들

메소드 설명
GetListing ( string category ) : List
GetListing ( string category, int haveSoFar ) : List

Gets the content of the given categor(y/ies)

PrepareCategories ( IEnumerable source ) : IEnumerable

Normalises category names, removes Category: prefix

RecurseCategory ( string category, int haveSoFar, int depth ) : List
Selected ( ) : void

메소드 상세

GetListing() 공개 메소드

public GetListing ( string category ) : List
category string
리턴 List

GetListing() 공개 메소드

Gets the content of the given categor(y/ies)
public GetListing ( string category, int haveSoFar ) : List
category string Category name. Must be WITHOUT the Category: prefix
haveSoFar int Number of pages already retrieved, for upper limit control
리턴 List

PrepareCategories() 공개 정적인 메소드

Normalises category names, removes Category: prefix
public static PrepareCategories ( IEnumerable source ) : IEnumerable
source IEnumerable List of category names
리턴 IEnumerable

RecurseCategory() 공개 메소드

public RecurseCategory ( string category, int haveSoFar, int depth ) : List
category string
haveSoFar int
depth int
리턴 List

Selected() 공개 메소드

public Selected ( ) : void
리턴 void

프로퍼티 상세

Visited 보호되어 있는 프로퍼티

protected List Visited
리턴 List