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

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

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

Свойство Тип Описание
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxQuotaDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesPersonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSalesPersonQuotaHistoryBindingSource System.Windows.Forms.BindingSource
uxSalesPersonQuotaHistoryDataGridView System.Windows.Forms.DataGridView
uxSalesPersonQuotaHistoryErrorProvider System.Windows.Forms.ErrorProvider
uxSalesQuotaDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the SalesPersonQuotaHistoryDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSalesPersonQuotaHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesPersonQuotaHistoryDataGridView control.

OnSalesPersonQuotaHistoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesPersonQuotaHistoryDataGridView control.

OnSalesPersonQuotaHistoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesPersonQuotaHistoryDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the SalesPersonQuotaHistoryDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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