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

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

보호된 프로퍼티들

프로퍼티 타입 설명
uxCommentsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEmailAddressDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductReviewBindingSource System.Windows.Forms.BindingSource
uxProductReviewDataGridView System.Windows.Forms.DataGridView
uxProductReviewErrorProvider System.Windows.Forms.ErrorProvider
uxProductReviewIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRatingDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxReviewDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxReviewerNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

프로퍼티 타입 설명
OnProductReviewBindingSourceCurrentItemChanged void

공개 메소드들

메소드 설명
ProductReviewDataGridViewBase ( )

Initializes a new instance of the ProductReviewDataGridViewBase class.

보호된 메소드들

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductReviewDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductReviewDataGridView control.

OnProductReviewDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductReviewDataGridView control.

OnProductReviewDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductReviewDataGridView control.

비공개 메소드들

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

OnProductReviewDataGridViewCellValueNeeded() 보호된 메소드

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

OnProductReviewDataGridViewCellValuePushed() 보호된 메소드

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

OnProductReviewDataGridViewDataError() 보호된 메소드

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

ProductReviewDataGridViewBase() 공개 메소드

Initializes a new instance of the ProductReviewDataGridViewBase class.

프로퍼티 상세

uxCommentsDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Comments property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCommentsDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxEmailAddressDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the EmailAddress property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEmailAddressDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn 보호되어 있는 프로퍼티

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

uxProductIdDataGridViewColumn 보호되어 있는 프로퍼티

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

uxProductReviewBindingSource 보호되어 있는 프로퍼티

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

uxProductReviewDataGridView 보호되어 있는 프로퍼티

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

uxProductReviewErrorProvider 보호되어 있는 프로퍼티

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

uxProductReviewIdDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ProductReviewId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductReviewIdDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxRatingDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the Rating property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRatingDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxReviewDateDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ReviewDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReviewDateDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn

uxReviewerNameDataGridViewColumn 보호되어 있는 프로퍼티

the DGV column associated with the ReviewerName property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxReviewerNameDataGridViewColumn
리턴 System.Windows.Forms.DataGridViewTextBoxColumn