C# 클래스 AutoWikiBrowser.Plugins.CFD.CfdAWBPlugin

상속: IAWBPlugin
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

Private Properties

프로퍼티 타입 설명
AboutMenuItemClicked void
PluginEnabledCheckedChange void
ShowSettings void

공개 메소드들

메소드 설명
Initialise ( IAutoWikiBrowser sender ) : void
LoadSettings ( object prefs ) : void
Nudge ( bool &cancel ) : void
Nudged ( int nudges ) : void
ProcessArticle ( IAutoWikiBrowser sender, IProcessArticleEventArgs eventargs ) : string
Reset ( ) : void
SaveSettings ( ) : object[]

비공개 메소드들

메소드 설명
AboutMenuItemClicked ( Object sender, EventArgs e ) : void
PluginEnabledCheckedChange ( object sender, EventArgs e ) : void
ShowSettings ( object sender, EventArgs e ) : void

메소드 상세

Initialise() 공개 메소드

public Initialise ( IAutoWikiBrowser sender ) : void
sender IAutoWikiBrowser
리턴 void

LoadSettings() 공개 메소드

public LoadSettings ( object prefs ) : void
prefs object
리턴 void

Nudge() 공개 메소드

public Nudge ( bool &cancel ) : void
cancel bool
리턴 void

Nudged() 공개 메소드

public Nudged ( int nudges ) : void
nudges int
리턴 void

ProcessArticle() 공개 메소드

public ProcessArticle ( IAutoWikiBrowser sender, IProcessArticleEventArgs eventargs ) : string
sender IAutoWikiBrowser
eventargs IProcessArticleEventArgs
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SaveSettings() 공개 메소드

public SaveSettings ( ) : object[]
리턴 object[]