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

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

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

Свойство Тип Описание
uxAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxAddressTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxVendorAddressBindingSource System.Windows.Forms.BindingSource
uxVendorAddressDataGridView System.Windows.Forms.DataGridView
uxVendorAddressErrorProvider System.Windows.Forms.ErrorProvider
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

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

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

Initializes a new instance of the VendorAddressDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnVendorAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxVendorAddressDataGridView control.

OnVendorAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxVendorAddressDataGridView control.

OnVendorAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxVendorAddressDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the VendorAddressDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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