C# Класс Nettiers.AdventureWorks.Windows.Forms.BillOfMaterialsDataGridViewBase

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Свойство Тип Описание
OnBillOfMaterialsBindingSourceCurrentItemChanged void

Открытые методы

Метод Описание
BillOfMaterialsDataGridViewBase ( )

Initializes a new instance of the BillOfMaterialsDataGridViewBase class.

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
OnBillOfMaterialsBindingSourceCurrentItemChanged ( object sender, System e ) : void

Описание методов

BillOfMaterialsDataGridViewBase() публичный Метод

Initializes a new instance of the BillOfMaterialsDataGridViewBase class.

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnBillOfMaterialsDataGridViewCellValueNeeded() защищенный Метод

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.
Результат void

OnBillOfMaterialsDataGridViewCellValuePushed() защищенный Метод

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.
Результат void

OnBillOfMaterialsDataGridViewDataError() защищенный Метод

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.
Результат void

OnCurrentEntityChanged() защищенный Метод

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
Результат void

Описание свойств

uxBillOfMaterialsBindingSource защищенное свойство

the bindingsource
protected System.Windows.Forms.BindingSource uxBillOfMaterialsBindingSource
Результат System.Windows.Forms.BindingSource

uxBillOfMaterialsDataGridView защищенное свойство

the datagridview instance
protected System.Windows.Forms.DataGridView uxBillOfMaterialsDataGridView
Результат System.Windows.Forms.DataGridView

uxBillOfMaterialsErrorProvider защищенное свойство

the errorprovider
protected System.Windows.Forms.ErrorProvider uxBillOfMaterialsErrorProvider
Результат System.Windows.Forms.ErrorProvider

uxBillOfMaterialsIdDataGridViewColumn защищенное свойство

the DGV column associated with the BillOfMaterialsId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBillOfMaterialsIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxBomLevelDataGridViewColumn защищенное свойство

the DGV column associated with the BomLevel property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxBomLevelDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxComponentIdDataGridViewColumn защищенное свойство

the DGV column associated with the ComponentId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxComponentIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxEndDateDataGridViewColumn защищенное свойство

the DGV column associated with the EndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn защищенное свойство

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxPerAssemblyQtyDataGridViewColumn защищенное свойство

the DGV column associated with the PerAssemblyQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPerAssemblyQtyDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxProductAssemblyIdDataGridViewColumn защищенное свойство

the DGV column associated with the ProductAssemblyId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductAssemblyIdDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn

uxStartDateDataGridViewColumn защищенное свойство

the DGV column associated with the StartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn
Результат System.Windows.Forms.DataGridViewTextBoxColumn

uxUnitMeasureCodeDataGridViewColumn защищенное свойство

the DGV column associated with the UnitMeasureCode property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxUnitMeasureCodeDataGridViewColumn
Результат System.Windows.Forms.DataGridViewComboBoxColumn