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

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

Protected Properties

Свойство Type Description
uxCatalogDescriptionDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxInstructionsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductModelBindingSource System.Windows.Forms.BindingSource
uxProductModelDataGridView System.Windows.Forms.DataGridView
uxProductModelErrorProvider System.Windows.Forms.ErrorProvider
uxProductModelIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
ProductModelDataGridViewBase ( )

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

OnProductModelDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductModelDataGridView control.

OnProductModelDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductModelDataGridView control.

OnProductModelDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductModelDataGridView control.

Private Methods

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

OnProductModelDataGridViewCellValueNeeded() protected méthode

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

OnProductModelDataGridViewCellValuePushed() protected méthode

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

OnProductModelDataGridViewDataError() protected méthode

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

ProductModelDataGridViewBase() public méthode

Initializes a new instance of the ProductModelDataGridViewBase class.

Property Details

uxCatalogDescriptionDataGridViewColumn protected_oe property

the DGV column associated with the CatalogDescription property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxCatalogDescriptionDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxInstructionsDataGridViewColumn protected_oe property

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

uxNameDataGridViewColumn protected_oe property

the DGV column associated with the Name property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxNameDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductModelBindingSource protected_oe property

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

uxProductModelDataGridView protected_oe property

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

uxProductModelErrorProvider protected_oe property

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

uxProductModelIdDataGridViewColumn protected_oe property

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