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

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

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

Свойство Тип Описание
uxDepartmentBindingSource System.Windows.Forms.BindingSource
uxDepartmentDataGridView System.Windows.Forms.DataGridView
uxDepartmentErrorProvider System.Windows.Forms.ErrorProvider
uxDepartmentIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxGroupNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the DepartmentDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnDepartmentDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxDepartmentDataGridView control.

OnDepartmentDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxDepartmentDataGridView control.

OnDepartmentDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxDepartmentDataGridView control.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

the DGV column associated with the GroupName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxGroupNameDataGridViewColumn
Результат 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