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

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

Protected Properties

Свойство Type Description
uxIllustrationIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductModelIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductModelIllustrationBindingSource System.Windows.Forms.BindingSource
uxProductModelIllustrationDataGridView System.Windows.Forms.DataGridView
uxProductModelIllustrationErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

Méthodes publiques

Méthode Description
ProductModelIllustrationDataGridViewBase ( )

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

OnProductModelIllustrationDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductModelIllustrationDataGridView control.

OnProductModelIllustrationDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductModelIllustrationDataGridView control.

OnProductModelIllustrationDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductModelIllustrationDataGridView control.

Private Methods

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

OnProductModelIllustrationDataGridViewCellValueNeeded() protected méthode

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

OnProductModelIllustrationDataGridViewCellValuePushed() protected méthode

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

OnProductModelIllustrationDataGridViewDataError() protected méthode

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

ProductModelIllustrationDataGridViewBase() public méthode

Initializes a new instance of the ProductModelIllustrationDataGridViewBase class.

Property Details

uxIllustrationIdDataGridViewColumn protected_oe property

the DGV column associated with the IllustrationId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxIllustrationIdDataGridViewColumn
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

uxProductModelIdDataGridViewColumn protected_oe property

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

uxProductModelIllustrationBindingSource protected_oe property

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

uxProductModelIllustrationDataGridView protected_oe property

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

uxProductModelIllustrationErrorProvider protected_oe property

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