C# Class Nettiers.AdventureWorks.Windows.Forms.ProductReviewDataGridViewBase

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: netTiers/netTiers

Protected Properties

Property Type Description
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

Property Type Description
OnProductReviewBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductReviewDataGridViewBase ( )

Initializes a new instance of the ProductReviewDataGridViewBase class.

Protected Methods

Method Description
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.

Private Methods

Method Description
OnProductReviewBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnProductReviewDataGridViewCellValueNeeded() protected method

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.
return void

OnProductReviewDataGridViewCellValuePushed() protected method

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.
return void

OnProductReviewDataGridViewDataError() protected method

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.
return void

ProductReviewDataGridViewBase() public method

Initializes a new instance of the ProductReviewDataGridViewBase class.

Property Details

uxCommentsDataGridViewColumn protected_oe property

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

uxEmailAddressDataGridViewColumn protected_oe property

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

uxModifiedDateDataGridViewColumn protected_oe property

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

uxProductIdDataGridViewColumn protected_oe property

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

uxProductReviewBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxProductReviewBindingSource
return System.Windows.Forms.BindingSource

uxProductReviewDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxProductReviewDataGridView
return System.Windows.Forms.DataGridView

uxProductReviewErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxProductReviewErrorProvider
return System.Windows.Forms.ErrorProvider

uxProductReviewIdDataGridViewColumn protected_oe property

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

uxRatingDataGridViewColumn protected_oe property

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

uxReviewDateDataGridViewColumn protected_oe property

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

uxReviewerNameDataGridViewColumn protected_oe property

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