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

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

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

Свойство Тип Описание
uxContactIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxCustomerIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxDemographicsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxIndividualBindingSource System.Windows.Forms.BindingSource
uxIndividualDataGridView System.Windows.Forms.DataGridView
uxIndividualErrorProvider System.Windows.Forms.ErrorProvider
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the IndividualDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnIndividualDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxIndividualDataGridView control.

OnIndividualDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxIndividualDataGridView control.

OnIndividualDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxIndividualDataGridView control.

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

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

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

Initializes a new instance of the IndividualDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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