C# Class hMailServer.Administrator.Dialogs.formRuleAction

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nberardi/hMailServer Class Usage Examples

Méthodes publiques

Méthode Description
formRuleAction ( hMailServer rule, hMailServer ruleAction ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FillCombo ( ) : void
InitializeComponent ( ) : void

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

LoadProperties ( ) : void
SaveProperties ( ) : void
ValidateForm ( ) : bool
btnOK_Click ( object sender, EventArgs e ) : void
comboAction_SelectedIndexChanged ( object sender, EventArgs e ) : void
formRuleAction_Load ( object sender, EventArgs e ) : void
label2_Click ( 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

formRuleAction() public méthode

public formRuleAction ( hMailServer rule, hMailServer ruleAction ) : System
rule hMailServer
ruleAction hMailServer
Résultat System