C# Класс Nettiers.AdventureWorks.Windows.Forms.DatabaseLogDataGridViewBase

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
uxDatabaseLogBindingSource System.Windows.Forms.BindingSource
uxDatabaseLogDataGridView System.Windows.Forms.DataGridView
uxDatabaseLogErrorProvider System.Windows.Forms.ErrorProvider
uxDatabaseLogIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxDatabaseUserDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPostTimeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSafeNameEventDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSafeNameObjectDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSchemaDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTsqlDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxXmlEventDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Свойство Тип Описание
OnDatabaseLogBindingSourceCurrentItemChanged void

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

Метод Описание
DatabaseLogDataGridViewBase ( )

Initializes a new instance of the DatabaseLogDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnDatabaseLogDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxDatabaseLogDataGridView control.

OnDatabaseLogDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxDatabaseLogDataGridView control.

OnDatabaseLogDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxDatabaseLogDataGridView control.

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

Метод Описание
OnDatabaseLogBindingSourceCurrentItemChanged ( object sender, System e ) : void

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

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

Initializes a new instance of the DatabaseLogDataGridViewBase class.

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

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

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

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Результат void

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

Handles the CellValueNeeded event of the uxDatabaseLogDataGridView control.
protected OnDatabaseLogDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the CellValuePushed event of the uxDatabaseLogDataGridView control.
protected OnDatabaseLogDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the DataError event of the uxDatabaseLogDataGridView control.
protected OnDatabaseLogDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

Описание свойств

uxDatabaseLogBindingSource защищенное свойство

the bindingsource
protected System.Windows.Forms.BindingSource uxDatabaseLogBindingSource
Результат System.Windows.Forms.BindingSource

uxDatabaseLogDataGridView защищенное свойство

the datagridview instance
protected System.Windows.Forms.DataGridView uxDatabaseLogDataGridView
Результат System.Windows.Forms.DataGridView

uxDatabaseLogErrorProvider защищенное свойство

the errorprovider
protected System.Windows.Forms.ErrorProvider uxDatabaseLogErrorProvider
Результат System.Windows.Forms.ErrorProvider

uxDatabaseLogIdDataGridViewColumn защищенное свойство

the DGV column associated with the DatabaseLogId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDatabaseLogIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxDatabaseUserDataGridViewColumn защищенное свойство

the DGV column associated with the DatabaseUser property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDatabaseUserDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxPostTimeDataGridViewColumn защищенное свойство

the DGV column associated with the PostTime property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPostTimeDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxSafeNameEventDataGridViewColumn защищенное свойство

the DGV column associated with the SafeNameEvent property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameEventDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxSafeNameObjectDataGridViewColumn защищенное свойство

the DGV column associated with the SafeNameObject property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSafeNameObjectDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxSchemaDataGridViewColumn защищенное свойство

the DGV column associated with the Schema property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxSchemaDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxTsqlDataGridViewColumn защищенное свойство

the DGV column associated with the Tsql property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxTsqlDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxXmlEventDataGridViewColumn защищенное свойство

the DGV column associated with the XmlEvent property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxXmlEventDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn