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

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

보호된 프로퍼티들

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