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

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: netTiers/netTiers

Protected Properties

Property 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

Property Type Description
OnWorkOrderBindingSourceCurrentItemChanged void

Public Methods

Method Description
WorkOrderDataGridViewBase ( )

Initializes a new instance of the WorkOrderDataGridViewBase class.

Protected Methods

Method 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

Method Description
OnWorkOrderBindingSourceCurrentItemChanged ( 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

OnWorkOrderDataGridViewCellValueNeeded() protected method

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

OnWorkOrderDataGridViewCellValuePushed() protected method

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

OnWorkOrderDataGridViewDataError() protected method

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

WorkOrderDataGridViewBase() public method

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

uxEndDateDataGridViewColumn protected_oe property

the DGV column associated with the EndDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxEndDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxModifiedDateDataGridViewColumn protected_oe property

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

uxOrderQtyDataGridViewColumn protected_oe property

the DGV column associated with the OrderQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxOrderQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxProductIdDataGridViewColumn protected_oe property

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

uxScrapReasonIdDataGridViewColumn protected_oe property

the DGV column associated with the ScrapReasonId property
protected System.Windows.Forms.DataGridViewComboBoxColumn uxScrapReasonIdDataGridViewColumn
return System.Windows.Forms.DataGridViewComboBoxColumn

uxScrappedQtyDataGridViewColumn protected_oe property

the DGV column associated with the ScrappedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxScrappedQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxStartDateDataGridViewColumn protected_oe property

the DGV column associated with the StartDate property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStartDateDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxStockedQtyDataGridViewColumn protected_oe property

the DGV column associated with the StockedQty property
protected System.Windows.Forms.DataGridViewTextBoxColumn uxStockedQtyDataGridViewColumn
return System.Windows.Forms.DataGridViewTextBoxColumn

uxWorkOrderBindingSource protected_oe property

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

uxWorkOrderDataGridView protected_oe property

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

uxWorkOrderErrorProvider protected_oe property

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

uxWorkOrderIdDataGridViewColumn protected_oe property

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