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

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

Protected Properties

Property Type Description
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxSpecialOfferIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxSpecialOfferProductBindingSource System.Windows.Forms.BindingSource
uxSpecialOfferProductDataGridView System.Windows.Forms.DataGridView
uxSpecialOfferProductErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

Property Type Description
OnSpecialOfferProductBindingSourceCurrentItemChanged void

Public Methods

Method Description
SpecialOfferProductDataGridViewBase ( )

Initializes a new instance of the SpecialOfferProductDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnSpecialOfferProductDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxSpecialOfferProductDataGridView control.

OnSpecialOfferProductDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxSpecialOfferProductDataGridView control.

OnSpecialOfferProductDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxSpecialOfferProductDataGridView control.

Private Methods

Method Description
OnSpecialOfferProductBindingSourceCurrentItemChanged ( 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

OnSpecialOfferProductDataGridViewCellValueNeeded() protected method

Handles the CellValueNeeded event of the uxSpecialOfferProductDataGridView control.
protected OnSpecialOfferProductDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnSpecialOfferProductDataGridViewCellValuePushed() protected method

Handles the CellValuePushed event of the uxSpecialOfferProductDataGridView control.
protected OnSpecialOfferProductDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

OnSpecialOfferProductDataGridViewDataError() protected method

Handles the DataError event of the uxSpecialOfferProductDataGridView control.
protected OnSpecialOfferProductDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void

SpecialOfferProductDataGridViewBase() public method

Initializes a new instance of the SpecialOfferProductDataGridViewBase class.

Property Details

uxModifiedDateDataGridViewColumn protected property

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

uxProductIdDataGridViewColumn protected property

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

uxRowguidDataGridViewColumn protected property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxSpecialOfferIdDataGridViewColumn protected property

the DGV column associated with the SpecialOfferId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSpecialOfferIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxSpecialOfferProductBindingSource protected property

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

uxSpecialOfferProductDataGridView protected property

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

uxSpecialOfferProductErrorProvider protected property

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