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

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

Protected Properties

Свойство Type Description
uxDescriptionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductDescriptionBindingSource System.Windows.Forms.BindingSource
uxProductDescriptionDataGridView System.Windows.Forms.DataGridView
uxProductDescriptionErrorProvider System.Windows.Forms.ErrorProvider
uxProductDescriptionIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
ProductDescriptionDataGridViewBase ( )

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

OnProductDescriptionDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductDescriptionDataGridView control.

OnProductDescriptionDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductDescriptionDataGridView control.

OnProductDescriptionDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductDescriptionDataGridView control.

Private Methods

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

OnProductDescriptionDataGridViewCellValueNeeded() protected méthode

Handles the CellValueNeeded event of the uxProductDescriptionDataGridView control.
protected OnProductDescriptionDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnProductDescriptionDataGridViewCellValuePushed() protected méthode

Handles the CellValuePushed event of the uxProductDescriptionDataGridView control.
protected OnProductDescriptionDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

OnProductDescriptionDataGridViewDataError() protected méthode

Handles the DataError event of the uxProductDescriptionDataGridView control.
protected OnProductDescriptionDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void

ProductDescriptionDataGridViewBase() public méthode

Initializes a new instance of the ProductDescriptionDataGridViewBase class.

Property Details

uxDescriptionDataGridViewColumn protected_oe property

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

uxProductDescriptionBindingSource protected_oe property

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

uxProductDescriptionDataGridView protected_oe property

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

uxProductDescriptionErrorProvider protected_oe property

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

uxProductDescriptionIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductDescriptionId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductDescriptionIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxRowguidDataGridViewColumn protected_oe property

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