C# Class WikiFunctions.Lists.Providers.HTMLPageScraperListProvider

Inheritance: IListProvider
Mostra file Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
MakeList ( ) : List
Selected ( ) : void

Protected Methods

Method Description
CheckExtra ( string entry ) : bool
ModifyArticleName ( string title ) : string

Method Details

CheckExtra() protected method

protected CheckExtra ( string entry ) : bool
entry string
return bool

MakeList() public method

public MakeList ( ) : List
return List

ModifyArticleName() protected method

protected ModifyArticleName ( string title ) : string
title string
return string

Selected() public method

public Selected ( ) : void
return void