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

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

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

Свойство Тип Описание
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxContactTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxVendorContactBindingSource System.Windows.Forms.BindingSource
uxVendorContactDataGridView System.Windows.Forms.DataGridView
uxVendorContactErrorProvider System.Windows.Forms.ErrorProvider
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

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

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

Initializes a new instance of the VendorContactDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnVendorContactDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxVendorContactDataGridView control.

OnVendorContactDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxVendorContactDataGridView control.

OnVendorContactDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxVendorContactDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the VendorContactDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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