C# Class AutoWikiBrowser.Plugins.Kingbotk.GenericWithWorkgroups

Inheritance: IGenericSettings
Show file Open project: reedy/AutoWikiBrowser

Protected Properties

Property Type Description
Prefix string
Template string

Public Methods

Method Description
GenericWithWorkgroups ( ) : System
GenericWithWorkgroups ( string template, string prefix, bool autoStubEnabled ) : System
ReadXML ( XmlTextReader reader ) : void
WriteXML ( XmlTextWriter writer ) : void

Protected Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

GenericWithWorkgroups() public method

public GenericWithWorkgroups ( ) : System
return System

GenericWithWorkgroups() public method

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

IGenericSettings() protected method

protected IGenericSettings ( ) : void
return void

InitializeComponent() protected method

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

ReadXML() public method

public ReadXML ( XmlTextReader reader ) : void
reader System.Xml.XmlTextReader
return void

WriteXML() public method

public WriteXML ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
return void

Property Details

Prefix protected property

protected string Prefix
return string

Template protected property

protected string Template
return string