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

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

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

Свойство Тип Описание
uxDescriptionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductDescriptionBindingSource System.Windows.Forms.BindingSource
uxProductDescriptionDataGridView System.Windows.Forms.DataGridView
uxProductDescriptionErrorProvider System.Windows.Forms.ErrorProvider
uxProductDescriptionIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the ProductDescriptionDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductDescriptionDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductDescriptionDataGridView control.

OnProductDescriptionDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductDescriptionDataGridView control.

OnProductDescriptionDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductDescriptionDataGridView control.

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

Метод Описание
OnProductDescriptionBindingSourceCurrentItemChanged ( object sender, System e ) : 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

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

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

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

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

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

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

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

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

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

Initializes a new instance of the ProductDescriptionDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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