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

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

Protected Properties

Свойство Type Description
uxBinDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLocationIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductInventoryBindingSource System.Windows.Forms.BindingSource
uxProductInventoryDataGridView System.Windows.Forms.DataGridView
uxProductInventoryErrorProvider System.Windows.Forms.ErrorProvider
uxQuantityDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxRowguidDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxShelfDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
ProductInventoryDataGridViewBase ( )

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

OnProductInventoryDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductInventoryDataGridView control.

OnProductInventoryDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductInventoryDataGridView control.

OnProductInventoryDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductInventoryDataGridView control.

Private Methods

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

OnProductInventoryDataGridViewCellValueNeeded() protected méthode

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

OnProductInventoryDataGridViewCellValuePushed() protected méthode

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

OnProductInventoryDataGridViewDataError() protected méthode

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

ProductInventoryDataGridViewBase() public méthode

Initializes a new instance of the ProductInventoryDataGridViewBase class.

Property Details

uxBinDataGridViewColumn protected_oe property

the DGV column associated with the Bin property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBinDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxLocationIdDataGridViewColumn protected_oe property

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

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxProductInventoryBindingSource protected_oe property

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

uxProductInventoryDataGridView protected_oe property

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

uxProductInventoryErrorProvider protected_oe property

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

uxQuantityDataGridViewColumn protected_oe property

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

uxShelfDataGridViewColumn protected_oe property

the DGV column associated with the Shelf property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxShelfDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn