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

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

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

Свойство Тип Описание
uxDueDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOrderQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxScrapReasonIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxScrappedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxStockedQtyDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxWorkOrderBindingSource System.Windows.Forms.BindingSource
uxWorkOrderDataGridView System.Windows.Forms.DataGridView
uxWorkOrderErrorProvider System.Windows.Forms.ErrorProvider
uxWorkOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn

Private Properties

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

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

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

Initializes a new instance of the WorkOrderDataGridViewBase class.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnWorkOrderDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxWorkOrderDataGridView control.

OnWorkOrderDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxWorkOrderDataGridView control.

OnWorkOrderDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxWorkOrderDataGridView control.

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

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

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

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

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

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

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

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

Handles the CellValueNeeded event of the uxWorkOrderDataGridView control.
protected OnWorkOrderDataGridViewCellValueNeeded ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the CellValuePushed event of the uxWorkOrderDataGridView control.
protected OnWorkOrderDataGridViewCellValuePushed ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the DataError event of the uxWorkOrderDataGridView control.
protected OnWorkOrderDataGridViewDataError ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Initializes a new instance of the WorkOrderDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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