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

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

보호된 프로퍼티들

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