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

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

Protected Properties

Свойство Type Description
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxNameDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductCategoryBindingSource System.Windows.Forms.BindingSource
uxProductCategoryDataGridView System.Windows.Forms.DataGridView
uxProductCategoryErrorProvider System.Windows.Forms.ErrorProvider
uxProductCategoryIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
ProductCategoryDataGridViewBase ( )

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

OnProductCategoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductCategoryDataGridView control.

OnProductCategoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductCategoryDataGridView control.

OnProductCategoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductCategoryDataGridView control.

Private Methods

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

OnProductCategoryDataGridViewCellValueNeeded() protected méthode

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

OnProductCategoryDataGridViewCellValuePushed() protected méthode

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

OnProductCategoryDataGridViewDataError() protected méthode

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

ProductCategoryDataGridViewBase() public méthode

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

uxNameDataGridViewColumn protected_oe property

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

uxProductCategoryBindingSource protected_oe property

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

uxProductCategoryDataGridView protected_oe property

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

uxProductCategoryErrorProvider protected_oe property

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

uxProductCategoryIdDataGridViewColumn protected_oe property

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