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

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnProductVendorBindingSourceCurrentItemChanged void

Public Methods

Method Description
ProductVendorDataGridViewBase ( )

Initializes a new instance of the ProductVendorDataGridViewBase class.

Protected Methods

Method 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

Method Description
OnProductVendorBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnProductVendorDataGridViewCellValueNeeded() protected method

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.
return void

OnProductVendorDataGridViewCellValuePushed() protected method

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.
return void

OnProductVendorDataGridViewDataError() protected method

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.
return void

ProductVendorDataGridViewBase() public method

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
return System.Windows.Forms.DataGridViewTextBoxColumn

uxLastReceiptCostDataGridViewColumn protected_oe property

the DGV column associated with the LastReceiptCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLastReceiptCostDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxLastReceiptDateDataGridViewColumn protected_oe property

the DGV column associated with the LastReceiptDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxLastReceiptDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxMaxOrderQtyDataGridViewColumn protected_oe property

the DGV column associated with the MaxOrderQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxMaxOrderQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxMinOrderQtyDataGridViewColumn protected_oe property

the DGV column associated with the MinOrderQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxMinOrderQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxOnOrderQtyDataGridViewColumn protected_oe property

the DGV column associated with the OnOrderQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOnOrderQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxProductVendorBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxProductVendorBindingSource
return System.Windows.Forms.BindingSource

uxProductVendorDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxProductVendorDataGridView
return System.Windows.Forms.DataGridView

uxProductVendorErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxProductVendorErrorProvider
return System.Windows.Forms.ErrorProvider

uxStandardPriceDataGridViewColumn protected_oe property

the DGV column associated with the StandardPrice property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStandardPriceDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxUnitMeasureCodeDataGridViewColumn protected_oe property

the DGV column associated with the UnitMeasureCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxUnitMeasureCodeDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxVendorIdDataGridViewColumn protected_oe property

the DGV column associated with the VendorId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxVendorIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn