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

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

Protected Properties

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

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

Méthodes publiques

Méthode Description
WorkOrderRoutingDataGridViewBase ( )

Initializes a new instance of the WorkOrderRoutingDataGridViewBase 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.

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.

Private Methods

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

OnWorkOrderRoutingDataGridViewCellValueNeeded() protected méthode

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

OnWorkOrderRoutingDataGridViewCellValuePushed() protected méthode

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

OnWorkOrderRoutingDataGridViewDataError() protected méthode

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

WorkOrderRoutingDataGridViewBase() public méthode

Initializes a new instance of the WorkOrderRoutingDataGridViewBase class.

Property Details

uxActualCostDataGridViewColumn protected_oe property

the DGV column associated with the ActualCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualCostDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxActualEndDateDataGridViewColumn protected_oe property

the DGV column associated with the ActualEndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualEndDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxActualResourceHrsDataGridViewColumn protected_oe property

the DGV column associated with the ActualResourceHrs property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualResourceHrsDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxActualStartDateDataGridViewColumn protected_oe property

the DGV column associated with the ActualStartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualStartDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxLocationIdDataGridViewColumn protected_oe property

the DGV column associated with the LocationId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxLocationIdDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxOperationSequenceDataGridViewColumn protected_oe property

the DGV column associated with the OperationSequence property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOperationSequenceDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxPlannedCostDataGridViewColumn protected_oe property

the DGV column associated with the PlannedCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPlannedCostDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

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

uxScheduledEndDateDataGridViewColumn protected_oe property

the DGV column associated with the ScheduledEndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScheduledEndDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxScheduledStartDateDataGridViewColumn protected_oe property

the DGV column associated with the ScheduledStartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScheduledStartDateDataGridViewColumn
Résultat System.Windows.Forms.DataGridViewTextBoxColumn

uxWorkOrderIdDataGridViewColumn protected_oe property

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

uxWorkOrderRoutingBindingSource protected_oe property

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

uxWorkOrderRoutingDataGridView protected_oe property

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

uxWorkOrderRoutingErrorProvider protected_oe property

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