C# Class WikiFunctions.Lists.Providers.CategoryProviderBase

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

Protected Properties

Свойство Type Description
Visited List

Méthodes publiques

Méthode Description
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

Method Details

GetListing() public méthode

public GetListing ( string category ) : List
category string
Résultat List

GetListing() public méthode

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
Résultat List

PrepareCategories() public static méthode

Normalises category names, removes Category: prefix
public static PrepareCategories ( IEnumerable source ) : IEnumerable
source IEnumerable List of category names
Résultat IEnumerable

RecurseCategory() public méthode

public RecurseCategory ( string category, int haveSoFar, int depth ) : List
category string
haveSoFar int
depth int
Résultat List

Selected() public méthode

public Selected ( ) : void
Résultat void

Property Details

Visited protected_oe property

protected List Visited
Résultat List