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

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

Protected Properties

Свойство Type Description
uxBillOfMaterialsBindingSource System.Windows.Forms.BindingSource
uxBillOfMaterialsDataGridView System.Windows.Forms.DataGridView
uxBillOfMaterialsErrorProvider System.Windows.Forms.ErrorProvider
uxBillOfMaterialsIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxBomLevelDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxComponentIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPerAssemblyQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductAssemblyIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxUnitMeasureCodeDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn

Private Properties

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

Méthodes publiques

Méthode Description
BillOfMaterialsDataGridViewBase ( )

Initializes a new instance of the BillOfMaterialsDataGridViewBase class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnBillOfMaterialsDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxBillOfMaterialsDataGridView control.

OnBillOfMaterialsDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxBillOfMaterialsDataGridView control.

OnBillOfMaterialsDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxBillOfMaterialsDataGridView control.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

Private Methods

Méthode Description
OnBillOfMaterialsBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

BillOfMaterialsDataGridViewBase() public méthode

Initializes a new instance of the BillOfMaterialsDataGridViewBase class.

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

OnBillOfMaterialsDataGridViewCellValueNeeded() protected méthode

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

OnBillOfMaterialsDataGridViewCellValuePushed() protected méthode

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

OnBillOfMaterialsDataGridViewDataError() protected méthode

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

OnCurrentEntityChanged() protected méthode

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Résultat void

Property Details

uxBillOfMaterialsBindingSource protected_oe property

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

uxBillOfMaterialsDataGridView protected_oe property

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

uxBillOfMaterialsErrorProvider protected_oe property

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

uxBillOfMaterialsIdDataGridViewColumn protected_oe property

the DGV column associated with the BillOfMaterialsId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBillOfMaterialsIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxBomLevelDataGridViewColumn protected_oe property

the DGV column associated with the BomLevel property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBomLevelDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxComponentIdDataGridViewColumn protected_oe property

the DGV column associated with the ComponentId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxComponentIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxEndDateDataGridViewColumn protected_oe property

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

uxPerAssemblyQtyDataGridViewColumn protected_oe property

the DGV column associated with the PerAssemblyQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPerAssemblyQtyDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductAssemblyIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductAssemblyId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductAssemblyIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxStartDateDataGridViewColumn protected_oe property

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