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

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnWorkOrderRoutingBindingSourceCurrentItemChanged void

Public Methods

Method Description
WorkOrderRoutingDataGridViewBase ( )

Initializes a new instance of the WorkOrderRoutingDataGridViewBase class.

Protected Methods

Method 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

Method Description
OnWorkOrderRoutingBindingSourceCurrentItemChanged ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnCurrentEntityChanged() protected method

Raised the CurrentEntityChanged event.
protected OnCurrentEntityChanged ( ) : void
return void

OnWorkOrderRoutingDataGridViewCellValueNeeded() protected method

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.
return void

OnWorkOrderRoutingDataGridViewCellValuePushed() protected method

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.
return void

OnWorkOrderRoutingDataGridViewDataError() protected method

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.
return void

WorkOrderRoutingDataGridViewBase() public method

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
return System.Windows.Forms.DataGridViewTextBoxColumn

uxActualEndDateDataGridViewColumn protected_oe property

the DGV column associated with the ActualEndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualEndDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxActualResourceHrsDataGridViewColumn protected_oe property

the DGV column associated with the ActualResourceHrs property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualResourceHrsDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxActualStartDateDataGridViewColumn protected_oe property

the DGV column associated with the ActualStartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxActualStartDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxLocationIdDataGridViewColumn protected_oe property

the DGV column associated with the LocationId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxLocationIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

the DGV column associated with the ModifiedDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxModifiedDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxOperationSequenceDataGridViewColumn protected_oe property

the DGV column associated with the OperationSequence property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOperationSequenceDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxPlannedCostDataGridViewColumn protected_oe property

the DGV column associated with the PlannedCost property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxPlannedCostDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

the DGV column associated with the ProductId property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxProductIdDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxScheduledEndDateDataGridViewColumn protected_oe property

the DGV column associated with the ScheduledEndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScheduledEndDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxScheduledStartDateDataGridViewColumn protected_oe property

the DGV column associated with the ScheduledStartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScheduledStartDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxWorkOrderIdDataGridViewColumn protected_oe property

the DGV column associated with the WorkOrderId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxWorkOrderIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxWorkOrderRoutingBindingSource protected_oe property

the bindingsource
protected System.Windows.Forms.BindingSource uxWorkOrderRoutingBindingSource
return System.Windows.Forms.BindingSource

uxWorkOrderRoutingDataGridView protected_oe property

the datagridview instance
protected System.Windows.Forms.DataGridView uxWorkOrderRoutingDataGridView
return System.Windows.Forms.DataGridView

uxWorkOrderRoutingErrorProvider protected_oe property

the errorprovider
protected System.Windows.Forms.ErrorProvider uxWorkOrderRoutingErrorProvider
return System.Windows.Forms.ErrorProvider