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

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

Protected Properties

Свойство Type Description
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

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

Méthodes publiques

Méthode Description
WorkOrderDataGridViewBase ( )

Initializes a new instance of the WorkOrderDataGridViewBase class.

Méthodes protégées

Méthode Description
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.

Private Methods

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

Method Details

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

OnCurrentEntityChanged() protected méthode

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

OnWorkOrderDataGridViewCellValueNeeded() protected méthode

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.
Résultat void

OnWorkOrderDataGridViewCellValuePushed() protected méthode

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.
Résultat void

OnWorkOrderDataGridViewDataError() protected méthode

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.
Résultat void

WorkOrderDataGridViewBase() public méthode

Initializes a new instance of the WorkOrderDataGridViewBase class.

Property Details

uxDueDateDataGridViewColumn protected_oe property

the DGV column associated with the DueDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxDueDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

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

uxOrderQtyDataGridViewColumn protected_oe property

the DGV column associated with the OrderQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOrderQtyDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxProductIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxScrapReasonIdDataGridViewColumn protected_oe property

the DGV column associated with the ScrapReasonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxScrapReasonIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxScrappedQtyDataGridViewColumn protected_oe property

the DGV column associated with the ScrappedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScrappedQtyDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStartDateDataGridViewColumn protected_oe property

the DGV column associated with the StartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxStockedQtyDataGridViewColumn protected_oe property

the DGV column associated with the StockedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStockedQtyDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxWorkOrderBindingSource protected_oe property

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

uxWorkOrderDataGridView protected_oe property

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

uxWorkOrderErrorProvider protected_oe property

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

uxWorkOrderIdDataGridViewColumn protected_oe property

the DGV column associated with the WorkOrderId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxWorkOrderIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn