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

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

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

Свойство Тип Описание
uxAddressBindingSource System.Windows.Forms.BindingSource
uxAddressDataGridView System.Windows.Forms.DataGridView
uxAddressErrorProvider System.Windows.Forms.ErrorProvider
uxAddressIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxAddressLine1DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxAddressLine2DataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPostalCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStateProvinceIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

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

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

Initializes a new instance of the AddressDataGridViewBase class.

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

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

Clean up any resources being used.

OnAddressDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxAddressDataGridView control.

OnAddressDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxAddressDataGridView control.

OnAddressDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxAddressDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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