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

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

Protected Properties

Свойство Type Description
uxCultureIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductDescriptionIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductModelIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductModelProductDescriptionCultureBindingSource System.Windows.Forms.BindingSource
uxProductModelProductDescriptionCultureDataGridView System.Windows.Forms.DataGridView
uxProductModelProductDescriptionCultureErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

Méthodes publiques

Méthode Description
ProductModelProductDescriptionCultureDataGridViewBase ( )

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

OnProductModelProductDescriptionCultureDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductModelProductDescriptionCultureDataGridView control.

OnProductModelProductDescriptionCultureDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductModelProductDescriptionCultureDataGridView control.

OnProductModelProductDescriptionCultureDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductModelProductDescriptionCultureDataGridView control.

Private Methods

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

OnProductModelProductDescriptionCultureDataGridViewCellValueNeeded() protected méthode

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

OnProductModelProductDescriptionCultureDataGridViewCellValuePushed() protected méthode

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

OnProductModelProductDescriptionCultureDataGridViewDataError() protected méthode

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

ProductModelProductDescriptionCultureDataGridViewBase() public méthode

Initializes a new instance of the ProductModelProductDescriptionCultureDataGridViewBase class.

Property Details

uxCultureIdDataGridViewColumn protected_oe property

the DGV column associated with the CultureId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxCultureIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

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

uxProductDescriptionIdDataGridViewColumn protected_oe property

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

uxProductModelIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductModelId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductModelIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxProductModelProductDescriptionCultureBindingSource protected_oe property

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

uxProductModelProductDescriptionCultureDataGridView protected_oe property

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

uxProductModelProductDescriptionCultureErrorProvider protected_oe property

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