C# Класс hMailServer.Administrator.ucAntiVirus

Наследование: System.Windows.Forms.UserControl, ISettingsControl
Показать файл Открыть проект

Открытые методы

Метод Описание
LoadData ( ) : void
LoadResources ( ) : void
OnLeavePage ( ) : void
SaveData ( ) : bool
ucAntiVirus ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
EditSelectedBlockedAttachment ( ) : void
EnableDisable ( ) : void
InitializeComponent ( ) : void

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

ListBlockedAttachments ( ) : void
OnContentChanged ( ) : void
OnContentChanged ( object sender, EventArgs e ) : void
ProcessVirusTestResult ( bool found, string messageText ) : void
buttonAddBlockedAttachment_Click ( object sender, EventArgs e ) : void
buttonAutoDetect_Click ( object sender, EventArgs e ) : void
buttonClamAVTest_Click ( object sender, EventArgs e ) : void
buttonClamWinTest_Click ( object sender, EventArgs e ) : void
buttonCustomScannerTest_Click ( object sender, EventArgs e ) : void
buttonDeleteBlockedAttachment_Click ( object sender, EventArgs e ) : void
buttonEditBlockedAttachment_Click ( object sender, EventArgs e ) : void
checkClamAVEnabled_CheckedChanged ( object sender, EventArgs e ) : void
checkUseClamWin_CheckedChanged ( object sender, EventArgs e ) : void
checkUseCustomScanner_CheckedChanged ( object sender, EventArgs e ) : void
listBlockedAttachments_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
listBlockedAttachments_SelectedIndexChanged ( object sender, EventArgs e ) : void
radioDeleteEmail_CheckedChanged ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

LoadData() публичный метод

public LoadData ( ) : void
Результат void

LoadResources() публичный метод

public LoadResources ( ) : void
Результат void

OnLeavePage() публичный метод

public OnLeavePage ( ) : void
Результат void

SaveData() публичный метод

public SaveData ( ) : bool
Результат bool

ucAntiVirus() публичный метод

public ucAntiVirus ( ) : System
Результат System