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

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

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

Свойство Тип Описание
uxCultureBindingSource System.Windows.Forms.BindingSource
uxCultureDataGridView System.Windows.Forms.DataGridView
uxCultureErrorProvider System.Windows.Forms.ErrorProvider
uxCultureIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the CultureDataGridViewBase class.

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

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

Clean up any resources being used.

OnCultureDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCultureDataGridView control.

OnCultureDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCultureDataGridView control.

OnCultureDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCultureDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

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

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

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

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

Initializes a new instance of the CultureDataGridViewBase 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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