C# Класс Xnlab.SQLMon.UI.UserTableData

Показать файл Открыть проект

Открытые методы

Метод Описание
Cancel ( ) : void
Execute ( ) : void
UserTableData ( ) : System
UserTableData ( ServerInfo server, string table ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Cancel() публичный Метод

public Cancel ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Execute() публичный Метод

public Execute ( ) : void
Результат void

UserTableData() публичный Метод

public UserTableData ( ) : System
Результат System

UserTableData() публичный Метод

public UserTableData ( ServerInfo server, string table ) : System
server ServerInfo
table string
Результат System