C# Class Xnlab.SQLMon.UI.UserTableData

Afficher le fichier Open project: unruledboy/SQLMonitor

Méthodes publiques

Méthode Description
Cancel ( ) : void
Execute ( ) : void
UserTableData ( ) : System
UserTableData ( ServerInfo server, string table ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public Cancel ( ) : void
Résultat void

Dispose() protected méthode

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

Execute() public méthode

public Execute ( ) : void
Résultat void

UserTableData() public méthode

public UserTableData ( ) : System
Résultat System

UserTableData() public méthode

public UserTableData ( ServerInfo server, string table ) : System
server ServerInfo
table string
Résultat System