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

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

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

Свойство Тип Описание
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxContactTypeIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStoreContactBindingSource System.Windows.Forms.BindingSource
uxStoreContactDataGridView System.Windows.Forms.DataGridView
uxStoreContactErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

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

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

Initializes a new instance of the StoreContactDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnStoreContactDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxStoreContactDataGridView control.

OnStoreContactDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxStoreContactDataGridView control.

OnStoreContactDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxStoreContactDataGridView control.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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