C# Class Xnlab.SQLMon.UI.UserQuery

Exibir arquivo Open project: unruledboy/SQLMonitor

Public Methods

Method Description
Cancel ( ) : void
Execute ( ) : void
UserQuery ( ) : System
UserQuery ( string query, ServerInfo server ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

OnChangeConnectionClick ( object sender, EventArgs e ) : void
OnCompareScriptClick ( object sender, EventArgs e ) : void
OnContentDragDrop ( object sender, DragEventArgs e ) : void
OnContentDragEnter ( object sender, DragEventArgs e ) : void
OnOpenScriptClick ( object sender, EventArgs e ) : void
OnQueryDataGridDataError ( object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e ) : void
OnSaveScriptClick ( object sender, EventArgs e ) : void
OnSqlKeyDown ( object sender, KeyEventArgs e ) : void
OpenScript ( ) : void
SaveScript ( ) : void
SetCommand ( bool cancel ) : void
StartQuery ( object state ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

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

Execute() public method

public Execute ( ) : void
return void

UserQuery() public method

public UserQuery ( ) : System
return System

UserQuery() public method

public UserQuery ( string query, ServerInfo server ) : System
query string
server ServerInfo
return System