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

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

Protected Properties

Свойство Type Description
uxAverageLeadTimeDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLastReceiptCostDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLastReceiptDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxMaxOrderQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxMinOrderQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOnOrderQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxProductVendorBindingSource System.Windows.Forms.BindingSource
uxProductVendorDataGridView System.Windows.Forms.DataGridView
uxProductVendorErrorProvider System.Windows.Forms.ErrorProvider
uxStandardPriceDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitMeasureCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxVendorIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
ProductVendorDataGridViewBase ( )

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

OnProductVendorDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxProductVendorDataGridView control.

OnProductVendorDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxProductVendorDataGridView control.

OnProductVendorDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxProductVendorDataGridView control.

Private Methods

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

OnProductVendorDataGridViewCellValueNeeded() protected méthode

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

OnProductVendorDataGridViewCellValuePushed() protected méthode

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

OnProductVendorDataGridViewDataError() protected méthode

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

ProductVendorDataGridViewBase() public méthode

Initializes a new instance of the ProductVendorDataGridViewBase class.

Property Details

uxAverageLeadTimeDataGridViewColumn protected_oe property

the DGV column associated with the AverageLeadTime property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxAverageLeadTimeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxLastReceiptCostDataGridViewColumn protected_oe property

the DGV column associated with the LastReceiptCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLastReceiptCostDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxLastReceiptDateDataGridViewColumn protected_oe property

the DGV column associated with the LastReceiptDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLastReceiptDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxMaxOrderQtyDataGridViewColumn protected_oe property

the DGV column associated with the MaxOrderQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxMaxOrderQtyDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxMinOrderQtyDataGridViewColumn protected_oe property

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

uxOnOrderQtyDataGridViewColumn protected_oe property

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

uxProductVendorBindingSource protected_oe property

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

uxProductVendorDataGridView protected_oe property

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

uxProductVendorErrorProvider protected_oe property

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

uxStandardPriceDataGridViewColumn protected_oe property

the DGV column associated with the StandardPrice property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStandardPriceDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxUnitMeasureCodeDataGridViewColumn protected_oe property

the DGV column associated with the UnitMeasureCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxUnitMeasureCodeDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxVendorIdDataGridViewColumn protected_oe property

the DGV column associated with the VendorId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxVendorIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn