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

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство 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

Свойство Type Description
OnProductListPriceHistoryBindingSourceCurrentItemChanged void

Méthodes publiques

Méthode Description
ProductListPriceHistoryDataGridViewBase ( )

Initializes a new instance of the ProductListPriceHistoryDataGridViewBase class.

Méthodes protégées

Méthode 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

Méthode Description
OnProductListPriceHistoryBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected méthode

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

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

OnProductListPriceHistoryDataGridViewCellValueNeeded() protected méthode

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.
Résultat void

OnProductListPriceHistoryDataGridViewCellValuePushed() protected méthode

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.
Résultat void

OnProductListPriceHistoryDataGridViewDataError() protected méthode

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.
Résultat void

ProductListPriceHistoryDataGridViewBase() public méthode

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
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxListPriceDataGridViewColumn protected_oe property

the DGV column associated with the ListPrice property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxListPriceDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxProductListPriceHistoryBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxProductListPriceHistoryBindingSource
Résultat System.Windows.Forms.BindingSource

uxProductListPriceHistoryDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxProductListPriceHistoryDataGridView
Résultat System.Windows.Forms.DataGridView

uxProductListPriceHistoryErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxProductListPriceHistoryErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxStartDateDataGridViewColumn protected_oe property

the DGV column associated with the StartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn