C# 클래스 Nettiers.AdventureWorks.Windows.Forms.SalesTerritoryDataGridViewBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
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