C# Class YurtleTrack.View.FormBugListView

Inheritance: System.Windows.Forms.Form, IBugListView
显示文件 Open project: scottiemc7/YurtleTrack

Public Methods

Method Description
FormBugListView ( IBugService svc, ISingleBugViewPresenter sbPres, [ viewSettings ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnLoad ( EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
InitializeComponent ( ) : void

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

UpdatePage ( ) : void
bindingSourceBugs_DataSourceChanged ( object sender, EventArgs e ) : void
buttonClearFilter_Click ( object sender, EventArgs e ) : void
buttonClear_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
dataGridViewBugs_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void

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

FormBugListView() public method

public FormBugListView ( IBugService svc, ISingleBugViewPresenter sbPres, [ viewSettings ) : System
svc IBugService
sbPres ISingleBugViewPresenter
viewSettings [
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
return bool