C# Class WikiFunctions.Lists.Providers.LinksOnPageOnlyRedListProvider

Gets a list of all red links on the Named Pages
Inheritance: ApiListProviderBase
Mostra file Open project: reedy/AutoWikiBrowser

Public Methods

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

Protected Methods

Method Description
EvaluateXmlElement ( XmlTextReader xml ) : bool

Method Details

EvaluateXmlElement() protected method

protected EvaluateXmlElement ( XmlTextReader xml ) : bool
xml System.Xml.XmlTextReader
return bool

LinksOnPageOnlyRedListProvider() public method

public LinksOnPageOnlyRedListProvider ( ) : System
return System

MakeList() public method

public MakeList ( ) : List
return List

Selected() public method

public Selected ( ) : void
return void