C# Класс WikiFunctions.Lists.Providers.CategoryProviderBase

Наследование: ApiListProviderBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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