C# 클래스 WikiFunctions.Disambiguation.DabControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ArticleText string
Match Match
Surroundings string
SurroundingsStart int
Variants List

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

DabControl() 공개 메소드

public DabControl ( ) : System
리턴 System

DabControl() 공개 메소드

public DabControl ( string articleText, Match match, List variants, int contextChars ) : System
articleText string
match Match
variants List
contextChars int
리턴 System

Dispose() 보호된 메소드

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

Reset() 공개 메소드

sets disabmiguation back to 'no change' state
public Reset ( ) : void
리턴 void

Undo() 공개 메소드

undoes all manual changes in edit box
public Undo ( ) : void
리턴 void

프로퍼티 상세

ArticleText 공개적으로 프로퍼티

public string ArticleText
리턴 string

Match 공개적으로 프로퍼티

public Match Match
리턴 Match

Surroundings 공개적으로 프로퍼티

public string Surroundings
리턴 string

SurroundingsStart 공개적으로 프로퍼티

public int SurroundingsStart
리턴 int

Variants 공개적으로 프로퍼티

public List Variants
리턴 List