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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
SpecialOfferProductDataGridViewBase ( )

Initializes a new instance of the SpecialOfferProductDataGridViewBase 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.

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

Méthode Description
OnSpecialOfferProductBindingSourceCurrentItemChanged ( 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

OnSpecialOfferProductDataGridViewCellValueNeeded() protected méthode

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

OnSpecialOfferProductDataGridViewCellValuePushed() protected méthode

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

OnSpecialOfferProductDataGridViewDataError() protected méthode

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

SpecialOfferProductDataGridViewBase() public méthode

Initializes a new instance of the SpecialOfferProductDataGridViewBase class.

Property Details

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

uxRowguidDataGridViewColumn protected_oe property

the DGV column associated with the Rowguid property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxRowguidDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxSpecialOfferIdDataGridViewColumn protected_oe property

the DGV column associated with the SpecialOfferId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxSpecialOfferIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxSpecialOfferProductBindingSource protected_oe property

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

uxSpecialOfferProductDataGridView protected_oe property

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

uxSpecialOfferProductErrorProvider protected_oe property

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