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

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

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

Свойство Тип Описание
uxEmployeeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxEmployeePayHistoryBindingSource System.Windows.Forms.BindingSource
uxEmployeePayHistoryDataGridView System.Windows.Forms.DataGridView
uxEmployeePayHistoryErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPayFrequencyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRateChangeDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the EmployeePayHistoryDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnEmployeePayHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxEmployeePayHistoryDataGridView control.

OnEmployeePayHistoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxEmployeePayHistoryDataGridView control.

OnEmployeePayHistoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxEmployeePayHistoryDataGridView control.

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

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

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

Initializes a new instance of the EmployeePayHistoryDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

the DGV column associated with the EmployeeId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxEmployeeIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

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

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

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

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

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

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

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

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

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

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

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

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

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

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