C# Class DeploymentTracker.App.Windows.AppLogViewer

Show file Open project: RyanTBerry/WindowsAzureDeploymentTracker Class Usage Examples

Public Methods

Method Description
AppLogViewer ( ) : System

Initializes a new instance of the AppLogViewer class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BindControls ( ) : void

Binds the controls.

BindLogTypeCombo ( ) : void

Binds the log type combo.

BtnLoadLogFile_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnLoadLogFile control.

DateTimePicker_ValueChanged ( object sender, EventArgs e ) : void

Handles the ValueChanged event of the dateTimePicker control.

DgvLogView_RowPrePaint ( object sender, DataGridViewRowPrePaintEventArgs e ) : void

Handles the RowPrePaint event of the dgvLogView control.

GetFilterExpression ( ) : string

Gets the filter expression.

GetLogType ( string logTypeText ) : LogType

Gets the type of the log.

InitializeComponent ( ) : void

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

LoadLogData ( ) : void

Loads the log data.

dgvLogView_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void

Handles the CellDoubleClick event of the dgvLogView control.

Method Details

AppLogViewer() public method

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

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