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

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

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

Свойство Тип Описание
uxAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxAddressTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerAddressBindingSource System.Windows.Forms.BindingSource
uxCustomerAddressDataGridView System.Windows.Forms.DataGridView
uxCustomerAddressErrorProvider System.Windows.Forms.ErrorProvider
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the CustomerAddressDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnCustomerAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxCustomerAddressDataGridView control.

OnCustomerAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxCustomerAddressDataGridView control.

OnCustomerAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxCustomerAddressDataGridView control.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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