C# Class Xnlab.SQLMon.UI.UserTableData

显示文件 Open project: unruledboy/SQLMonitor

Public Methods

Method Description
Cancel ( ) : void
Execute ( ) : void
UserTableData ( ) : System
UserTableData ( ServerInfo server, string table ) : 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.

OnDataGridRowLeave ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
SetCommand ( bool cancel ) : void
ShowMessage ( string message ) : void
StartQuery ( object state ) : void
StartUpdate ( DataTable UserData ) : void
UpdateQueryData ( DataTable userData ) : 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

UserTableData() public method

public UserTableData ( ) : System
return System

UserTableData() public method

public UserTableData ( ServerInfo server, string table ) : System
server ServerInfo
table string
return System