C# Класс AutoWikiBrowser.Plugins.Kingbotk.GenericWithWorkgroups

Наследование: IGenericSettings
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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