C# Class Canguro.Commands.Forms.ReportOptionsDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Méthode Description
GetSelectedOptions ( ) : List
ReportOptionsDialog ( Canguro model ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

OKButton_Click ( object sender, EventArgs e ) : void
ReportOptionsDialog_Load ( object sender, EventArgs e ) : void
UpdateDialog ( ) : void
checkAllLink_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
checkNoneLink_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
enableOptions ( ) : void
optionsCheckedListBox_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

GetSelectedOptions() public méthode

public GetSelectedOptions ( ) : List
Résultat List

ReportOptionsDialog() public méthode

public ReportOptionsDialog ( Canguro model ) : System
model Canguro
Résultat System