C# 클래스 AutoWikiBrowser.Plugins.Kingbotk.GenericWithWorkgroups

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

보호된 프로퍼티들

프로퍼티 타입 설명
Prefix string
Template string

공개 메소드들

메소드 설명
GenericWithWorkgroups ( ) : System
GenericWithWorkgroups ( string template, string prefix, bool autoStubEnabled ) : System
ReadXML ( XmlTextReader reader ) : void
WriteXML ( XmlTextWriter writer ) : void

보호된 메소드들

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

Clean up any resources being used.

IGenericSettings ( ) : void
InitializeComponent ( ) : void

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

비공개 메소드들

메소드 설명
AutoStubCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
LinkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
Reset ( ) : void
StubClassCheckBox_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GenericWithWorkgroups() 공개 메소드

public GenericWithWorkgroups ( ) : System
리턴 System

GenericWithWorkgroups() 공개 메소드

public GenericWithWorkgroups ( string template, string prefix, bool autoStubEnabled ) : System
template string
prefix string
autoStubEnabled bool
리턴 System

IGenericSettings() 보호된 메소드

protected IGenericSettings ( ) : void
리턴 void

InitializeComponent() 보호된 메소드

Required method for Designer support - do not modify the contents of this method with the code editor.
protected InitializeComponent ( ) : void
리턴 void

ReadXML() 공개 메소드

public ReadXML ( XmlTextReader reader ) : void
reader System.Xml.XmlTextReader
리턴 void

WriteXML() 공개 메소드

public WriteXML ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
리턴 void

프로퍼티 상세

Prefix 보호되어 있는 프로퍼티

protected string Prefix
리턴 string

Template 보호되어 있는 프로퍼티

protected string Template
리턴 string