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

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

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

Свойство Тип Описание
uxEmployeeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxJobCandidateBindingSource System.Windows.Forms.BindingSource
uxJobCandidateDataGridView System.Windows.Forms.DataGridView
uxJobCandidateErrorProvider System.Windows.Forms.ErrorProvider
uxJobCandidateIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxResumeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the JobCandidateDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnJobCandidateDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxJobCandidateDataGridView control.

OnJobCandidateDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxJobCandidateDataGridView control.

OnJobCandidateDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxJobCandidateDataGridView control.

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

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

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

Initializes a new instance of the JobCandidateDataGridViewBase class.

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

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

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

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

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

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

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

Handles the DataError event of the uxJobCandidateDataGridView control.
protected OnJobCandidateDataGridViewDataError ( 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

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

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

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

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

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

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

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

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

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

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

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

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