C# Class hMailServer.Administrator.ucAntiVirus

Inheritance: System.Windows.Forms.UserControl, ISettingsControl
Afficher le fichier Open project: nberardi/hMailServer

Méthodes publiques

Méthode Description
LoadData ( ) : void
LoadResources ( ) : void
OnLeavePage ( ) : void
SaveData ( ) : bool
ucAntiVirus ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

LoadData() public méthode

public LoadData ( ) : void
Résultat void

LoadResources() public méthode

public LoadResources ( ) : void
Résultat void

OnLeavePage() public méthode

public OnLeavePage ( ) : void
Résultat void

SaveData() public méthode

public SaveData ( ) : bool
Résultat bool

ucAntiVirus() public méthode

public ucAntiVirus ( ) : System
Résultat System