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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductCostHistoryBindingSource System.Windows.Forms.BindingSource
uxProductCostHistoryDataGridView System.Windows.Forms.DataGridView
uxProductCostHistoryErrorProvider System.Windows.Forms.ErrorProvider
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStandardCostDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnProductCostHistoryBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
ProductCostHistoryDataGridViewBase ( )

Initializes a new instance of the ProductCostHistoryDataGridViewBase class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductCostHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductCostHistoryDataGridView control.

OnProductCostHistoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductCostHistoryDataGridView control.

OnProductCostHistoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductCostHistoryDataGridView control.

비공개 메소드들

메소드 설명
OnProductCostHistoryBindingSourceCurrentItemChanged ( 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

OnProductCostHistoryDataGridViewCellValueNeeded() 보호된 메소드

Handles the CellValueNeeded event of the uxProductCostHistoryDataGridView control.
protected OnProductCostHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnProductCostHistoryDataGridViewCellValuePushed() 보호된 메소드

Handles the CellValuePushed event of the uxProductCostHistoryDataGridView control.
protected OnProductCostHistoryDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

OnProductCostHistoryDataGridViewDataError() 보호된 메소드

Handles the DataError event of the uxProductCostHistoryDataGridView control.
protected OnProductCostHistoryDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
리턴 void

ProductCostHistoryDataGridViewBase() 공개 메소드

Initializes a new instance of the ProductCostHistoryDataGridViewBase class.

프로퍼티 상세

uxEndDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the EndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxProductCostHistoryBindingSource 보호되어 있는 프로퍼티

the bindingsource
protected System.Windows.Forms.BindingSource uxProductCostHistoryBindingSource
리턴 System.Windows.Forms.BindingSource

uxProductCostHistoryDataGridView 보호되어 있는 프로퍼티

the datagridview instance
protected System.Windows.Forms.DataGridView uxProductCostHistoryDataGridView
리턴 System.Windows.Forms.DataGridView

uxProductCostHistoryErrorProvider 보호되어 있는 프로퍼티

the errorprovider
protected System.Windows.Forms.ErrorProvider uxProductCostHistoryErrorProvider
리턴 System.Windows.Forms.ErrorProvider

uxProductIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewComboBoxColumn

uxStandardCostDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the StandardCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStandardCostDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxStartDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the StartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn