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

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

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

Свойство Тип Описание
uxBonusDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCommissionPctDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesLastYearDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesPersonBindingSource System.Windows.Forms.BindingSource
uxSalesPersonDataGridView System.Windows.Forms.DataGridView
uxSalesPersonErrorProvider System.Windows.Forms.ErrorProvider
uxSalesPersonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSalesQuotaDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesYtdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

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

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

Initializes a new instance of the SalesPersonDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSalesPersonDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesPersonDataGridView control.

OnSalesPersonDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesPersonDataGridView control.

OnSalesPersonDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesPersonDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the SalesPersonDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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