C# Class hMailServer.Administrator.ucRules

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

Méthodes publiques

Méthode Description
LoadRules ( hMailServer rulesCollection ) : void
ucRules ( ) : 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
EnableDisable ( ) : void
InitializeComponent ( ) : void

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

ListRules ( ) : void
SelectRule ( int ruleID ) : void
buttonAddRule_Click ( object sender, EventArgs e ) : void
buttonDeleteRule_Click ( object sender, EventArgs e ) : void
buttonEditRule_Click ( object sender, EventArgs e ) : void
buttonMoveDown_Click ( object sender, EventArgs e ) : void
buttonMoveUp_Click ( object sender, EventArgs e ) : void
listRules_DoubleClick ( object sender, EventArgs e ) : void
listRules_SelectedIndexChanged ( 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

LoadRules() public méthode

public LoadRules ( hMailServer rulesCollection ) : void
rulesCollection hMailServer
Résultat void

ucRules() public méthode

public ucRules ( ) : System
Résultat System