C# Class WikiFunctions.Disambiguation.DabControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

Свойство Type Description
ArticleText string
Match Match
Surroundings string
SurroundingsStart int
Variants List

Méthodes publiques

Méthode Description
DabControl ( ) : System
DabControl ( string articleText, Match match, List variants, int contextChars ) : System
Reset ( ) : void

sets disabmiguation back to 'no change' state

Undo ( ) : void

undoes all manual changes in edit box

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ComboBoxChanged ( int n ) : void
DabControl_Load ( object sender, EventArgs e ) : void

most preparations are done here

InitializeComponent ( ) : void

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

btnFlip_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnUndo_Click ( object sender, EventArgs e ) : void
btnUnpipe_Click ( object sender, EventArgs e ) : void
cmboChoice_SelectedIndexChanged ( object sender, EventArgs e ) : void
txtCorrection_TextChanged ( object sender, EventArgs e ) : void

Method Details

DabControl() public méthode

public DabControl ( ) : System
Résultat System

DabControl() public méthode

public DabControl ( string articleText, Match match, List variants, int contextChars ) : System
articleText string
match Match
variants List
contextChars int
Résultat System

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

Reset() public méthode

sets disabmiguation back to 'no change' state
public Reset ( ) : void
Résultat void

Undo() public méthode

undoes all manual changes in edit box
public Undo ( ) : void
Résultat void

Property Details

ArticleText public_oe property

public string ArticleText
Résultat string

Match public_oe property

public Match Match
Résultat Match

Surroundings public_oe property

public string Surroundings
Résultat string

SurroundingsStart public_oe property

public int SurroundingsStart
Résultat int

Variants public_oe property

public List Variants
Résultat List