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

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: netTiers/netTiers

Protected Properties

Property Type Description
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxListPriceDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductListPriceHistoryBindingSource System.Windows.Forms.BindingSource
uxProductListPriceHistoryDataGridView System.Windows.Forms.DataGridView
uxProductListPriceHistoryErrorProvider System.Windows.Forms.ErrorProvider
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

Property Type Description
OnProductListPriceHistoryBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductListPriceHistoryDataGridViewBase ( )

Initializes a new instance of the ProductListPriceHistoryDataGridViewBase class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnProductListPriceHistoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductListPriceHistoryDataGridView control.

OnProductListPriceHistoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductListPriceHistoryDataGridView control.

OnProductListPriceHistoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductListPriceHistoryDataGridView control.

Private Methods

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

OnProductListPriceHistoryDataGridViewCellValueNeeded() protected method

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

OnProductListPriceHistoryDataGridViewCellValuePushed() protected method

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

OnProductListPriceHistoryDataGridViewDataError() protected method

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

ProductListPriceHistoryDataGridViewBase() public method

Initializes a new instance of the ProductListPriceHistoryDataGridViewBase class.

Property Details

uxEndDateDataGridViewColumn protected_oe property

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

uxListPriceDataGridViewColumn protected_oe property

the DGV column associated with the ListPrice property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxListPriceDataGridViewColumn
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

uxProductListPriceHistoryBindingSource protected_oe property

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

uxProductListPriceHistoryDataGridView protected_oe property

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

uxProductListPriceHistoryErrorProvider protected_oe property

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

uxStartDateDataGridViewColumn protected_oe property

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