C# Class WikiParser.Wiki

Afficher le fichier Open project: irfiit/wikipedia

Méthodes publiques

Méthode Description
Wiki ( ) : System

Constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BtnBrowseParsedInput_Click ( object sender, EventArgs e ) : void

Click button event handler

BtnBrowseRawInput_Click ( object sender, EventArgs e ) : void

Click button event handler

BtnExport_Click ( object sender, EventArgs e ) : void

Click button event handler

BtnLoad_Click ( object sender, EventArgs e ) : void

Click button event handler

BtnParse_Click ( object sender, EventArgs e ) : void

Click button event handler

ExportDisambiguationPages ( string path ) : void

Export stored disambiguation pages in XML file

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LbDisambPages_SelectedIndexChanged ( object sender, EventArgs e ) : void

SelectedIndexChanged listBox event handler

LbPages_SelectedIndexChanged ( object sender, EventArgs e ) : void

SelectedIndexChanged listBox event handler

ShowDisambPages ( ) : void

Show stored disambiguation pages and child pages

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Wiki() public méthode

Constructor
public Wiki ( ) : System
Résultat System