C# Class WikiFunctions.Lists.Providers.HTMLPageScraperListProvider

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

Méthodes publiques

Méthode Description
MakeList ( ) : List
Selected ( ) : void

Méthodes protégées

Méthode Description
CheckExtra ( string entry ) : bool
ModifyArticleName ( string title ) : string

Method Details

CheckExtra() protected méthode

protected CheckExtra ( string entry ) : bool
entry string
Résultat bool

MakeList() public méthode

public MakeList ( ) : List
Résultat List

ModifyArticleName() protected méthode

protected ModifyArticleName ( string title ) : string
title string
Résultat string

Selected() public méthode

public Selected ( ) : void
Résultat void