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

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

Protected Properties

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

Property Type Description
OnProductCostHistoryBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductCostHistoryDataGridViewBase ( )

Initializes a new instance of the ProductCostHistoryDataGridViewBase class.

Protected Methods

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

Private Methods

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

OnProductCostHistoryDataGridViewCellValueNeeded() protected method

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

OnProductCostHistoryDataGridViewCellValuePushed() protected method

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

OnProductCostHistoryDataGridViewDataError() protected method

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

ProductCostHistoryDataGridViewBase() public method

Initializes a new instance of the ProductCostHistoryDataGridViewBase class.

Property Details

uxEndDateDataGridViewColumn protected property

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

uxModifiedDateDataGridViewColumn protected property

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

uxProductCostHistoryBindingSource protected property

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

uxProductCostHistoryDataGridView protected property

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

uxProductCostHistoryErrorProvider protected property

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

uxProductIdDataGridViewColumn protected property

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

uxStandardCostDataGridViewColumn protected property

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

uxStartDateDataGridViewColumn protected property

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