C# Class hMailServer.Administrator.ucWhiteListing

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
ucWhiteListing ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
EditSelectedItem ( ) : void
GetWhiteListAddresses ( ) : hMailServer.WhiteListAddresses
InitializeComponent ( ) : void

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

ListItems ( ) : void
buttonAddWhiteAddress_Click ( object sender, EventArgs e ) : void
buttonDeleteWhiteAddress_Click ( object sender, EventArgs e ) : void
buttonEditWhiteAddress_Click ( object sender, EventArgs e ) : void
listWhiteAddresses_DoubleClick ( 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

ucWhiteListing() public méthode

public ucWhiteListing ( ) : System
Résultat System