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

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

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

Свойство Тип Описание
uxActualCostDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxActualEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxActualResourceHrsDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxActualStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxLocationIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxModifiedDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxOperationSequenceDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxPlannedCostDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxProductIdDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxScheduledEndDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxScheduledStartDateDataGridViewColumn System.Windows.Forms.DataGridViewTextBoxColumn
uxWorkOrderIdDataGridViewColumn System.Windows.Forms.DataGridViewComboBoxColumn
uxWorkOrderRoutingBindingSource System.Windows.Forms.BindingSource
uxWorkOrderRoutingDataGridView System.Windows.Forms.DataGridView
uxWorkOrderRoutingErrorProvider System.Windows.Forms.ErrorProvider

Private Properties

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

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

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

Initializes a new instance of the WorkOrderRoutingDataGridViewBase class.

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

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

Clean up any resources being used.

OnCurrentEntityChanged ( ) : void

Raised the CurrentEntityChanged event.

OnWorkOrderRoutingDataGridViewCellValueNeeded ( object sender, System e ) : void

Handles the CellValueNeeded event of the uxWorkOrderRoutingDataGridView control.

OnWorkOrderRoutingDataGridViewCellValuePushed ( object sender, System e ) : void

Handles the CellValuePushed event of the uxWorkOrderRoutingDataGridView control.

OnWorkOrderRoutingDataGridViewDataError ( object sender, System e ) : void

Handles the DataError event of the uxWorkOrderRoutingDataGridView control.

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

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

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

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

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

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

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

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

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

Initializes a new instance of the WorkOrderRoutingDataGridViewBase class.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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