C# Class DeploymentTracker.App.Windows.ReportScreen

ファイルを表示 Open project: RyanTBerry/WindowsAzureDeploymentTracker Class Usage Examples

Public Methods

Method Description
ReportScreen ( ) : System

Initializes a new instance of the ReportScreen class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BindEnvironmentCombo ( ) : void

Binds the environment combo.

BindStatusCombo ( ) : void

Binds the status combo.

GetFilterExpression ( ) : string

Gets the filter expression.

InitializeComponent ( ) : void

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

RemoveApplicationDuplicates ( ) : void

Removes the application duplicates.

RemoveNameDuplicates ( ) : void
ReportScreen_Load ( object sender, EventArgs e ) : void

Handles the Load event of the ReportScreen control.

btnApplyFilters_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnApplyFilters control.

dgvLogView_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void

Handles the CellContentClick event of the dgvLogView control.

fromDateControl_ValueChanged ( object sender, EventArgs e ) : void

Handles the ValueChanged event of the fromDateControl control.

Method Details

Dispose() protected method

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

ReportScreen() public method

Initializes a new instance of the ReportScreen class.
public ReportScreen ( ) : System
return System