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

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnBillOfMaterialsBindingSourceCurrentItemChanged void

Public Methods

Method Description
BillOfMaterialsDataGridViewBase ( )

Initializes a new instance of the BillOfMaterialsDataGridViewBase class.

Protected Methods

Method 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

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

Method Details

BillOfMaterialsDataGridViewBase() public method

Initializes a new instance of the BillOfMaterialsDataGridViewBase class.

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

OnBillOfMaterialsDataGridViewCellValueNeeded() protected method

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

OnBillOfMaterialsDataGridViewCellValuePushed() protected method

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

OnBillOfMaterialsDataGridViewDataError() protected method

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

OnCurrentEntityChanged() protected method

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

Property Details

uxBillOfMaterialsBindingSource protected_oe property

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

uxBillOfMaterialsDataGridView protected_oe property

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

uxBillOfMaterialsErrorProvider protected_oe property

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

uxBillOfMaterialsIdDataGridViewColumn protected_oe property

the DGV column associated with the BillOfMaterialsId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBillOfMaterialsIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxBomLevelDataGridViewColumn protected_oe property

the DGV column associated with the BomLevel property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBomLevelDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxComponentIdDataGridViewColumn protected_oe property

the DGV column associated with the ComponentId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxComponentIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxEndDateDataGridViewColumn protected_oe property

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

uxPerAssemblyQtyDataGridViewColumn protected_oe property

the DGV column associated with the PerAssemblyQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPerAssemblyQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxProductAssemblyIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductAssemblyId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductAssemblyIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxStartDateDataGridViewColumn protected_oe property

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