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

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

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

Свойство Тип Описание
uxCostLastYearDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCostYtdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxCountryRegionCodeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxGroupDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesLastYearDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSalesTerritoryBindingSource System.Windows.Forms.BindingSource
uxSalesTerritoryDataGridView System.Windows.Forms.DataGridView
uxSalesTerritoryErrorProvider System.Windows.Forms.ErrorProvider
uxSalesYtdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxTerritoryIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the SalesTerritoryDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSalesTerritoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSalesTerritoryDataGridView control.

OnSalesTerritoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSalesTerritoryDataGridView control.

OnSalesTerritoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSalesTerritoryDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the SalesTerritoryDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
Результат 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

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

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

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

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

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

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

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.DataGridViewTextBoxColumn uxTerritoryIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn