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

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

Protected Properties

Свойство Type Description
uxActualCost System.Windows.Forms.TextBox
uxActualCostLabel System.Windows.Forms.Label
uxActualEndDate System.Windows.Forms.DateTimePicker
uxActualEndDateLabel System.Windows.Forms.Label
uxActualResourceHrs System.Windows.Forms.TextBox
uxActualResourceHrsLabel System.Windows.Forms.Label
uxActualStartDate System.Windows.Forms.DateTimePicker
uxActualStartDateLabel System.Windows.Forms.Label
uxBindingSource System.Windows.Forms.BindingSource
uxErrorProvider System.Windows.Forms.ErrorProvider
uxLocationId System.Windows.Forms.ComboBox
uxLocationIdLabel System.Windows.Forms.Label
uxModifiedDate System.Windows.Forms.DateTimePicker
uxModifiedDateLabel System.Windows.Forms.Label
uxOperationSequence System.Windows.Forms.TextBox
uxOperationSequenceLabel System.Windows.Forms.Label
uxPlannedCost System.Windows.Forms.TextBox
uxPlannedCostLabel System.Windows.Forms.Label
uxProductId System.Windows.Forms.TextBox
uxProductIdLabel System.Windows.Forms.Label
uxScheduledEndDate System.Windows.Forms.DateTimePicker
uxScheduledEndDateLabel System.Windows.Forms.Label
uxScheduledStartDate System.Windows.Forms.DateTimePicker
uxScheduledStartDateLabel System.Windows.Forms.Label
uxWorkOrderId System.Windows.Forms.ComboBox
uxWorkOrderIdLabel System.Windows.Forms.Label

Private Properties

Свойство Type Description
BindControls void
uxBindingSource_currentItemChanged void

Méthodes publiques

Méthode Description
InitializeComponent ( ) : void

Initializes the component.

WorkOrderRoutingEditControlBase ( )

Initializes a new instance of the WorkOrderRoutingEditControlBase class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BindControls ( ) : void

Binds the controls.

uxBindingSource_currentItemChanged ( 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

InitializeComponent() public méthode

Initializes the component.
public InitializeComponent ( ) : void
Résultat void

WorkOrderRoutingEditControlBase() public méthode

Initializes a new instance of the WorkOrderRoutingEditControlBase class.

Property Details

uxActualCost protected_oe property

TextBox for the ActualCost property.
protected System.Windows.Forms.TextBox uxActualCost
Résultat System.Windows.Forms.TextBox

uxActualCostLabel protected_oe property

The System.Windows.Forms.Label associated with the ActualCost property.
protected System.Windows.Forms.Label uxActualCostLabel
Résultat System.Windows.Forms.Label

uxActualEndDate protected_oe property

DataTimePicker for the ActualEndDate property.
protected System.Windows.Forms.DateTimePicker uxActualEndDate
Résultat System.Windows.Forms.DateTimePicker

uxActualEndDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ActualEndDate property.
protected System.Windows.Forms.Label uxActualEndDateLabel
Résultat System.Windows.Forms.Label

uxActualResourceHrs protected_oe property

TextBox for the ActualResourceHrs property.
protected System.Windows.Forms.TextBox uxActualResourceHrs
Résultat System.Windows.Forms.TextBox

uxActualResourceHrsLabel protected_oe property

The System.Windows.Forms.Label associated with the ActualResourceHrs property.
protected System.Windows.Forms.Label uxActualResourceHrsLabel
Résultat System.Windows.Forms.Label

uxActualStartDate protected_oe property

DataTimePicker for the ActualStartDate property.
protected System.Windows.Forms.DateTimePicker uxActualStartDate
Résultat System.Windows.Forms.DateTimePicker

uxActualStartDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ActualStartDate property.
protected System.Windows.Forms.Label uxActualStartDateLabel
Résultat System.Windows.Forms.Label

uxBindingSource protected_oe property

The BindingSource for the entity.
protected System.Windows.Forms.BindingSource uxBindingSource
Résultat System.Windows.Forms.BindingSource

uxErrorProvider protected_oe property

The ErrorProvider for the Entity;
protected System.Windows.Forms.ErrorProvider uxErrorProvider
Résultat System.Windows.Forms.ErrorProvider

uxLocationId protected_oe property

ComboBox for the LocationId property.
protected System.Windows.Forms.ComboBox uxLocationId
Résultat System.Windows.Forms.ComboBox

uxLocationIdLabel protected_oe property

The System.Windows.Forms.Label associated with the LocationId property.
protected System.Windows.Forms.Label uxLocationIdLabel
Résultat System.Windows.Forms.Label

uxModifiedDate protected_oe property

DataTimePicker for the ModifiedDate property.
protected System.Windows.Forms.DateTimePicker uxModifiedDate
Résultat System.Windows.Forms.DateTimePicker

uxModifiedDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ModifiedDate property.
protected System.Windows.Forms.Label uxModifiedDateLabel
Résultat System.Windows.Forms.Label

uxOperationSequence protected_oe property

TextBox for the OperationSequence property.
protected System.Windows.Forms.TextBox uxOperationSequence
Résultat System.Windows.Forms.TextBox

uxOperationSequenceLabel protected_oe property

The System.Windows.Forms.Label associated with the OperationSequence property.
protected System.Windows.Forms.Label uxOperationSequenceLabel
Résultat System.Windows.Forms.Label

uxPlannedCost protected_oe property

TextBox for the PlannedCost property.
protected System.Windows.Forms.TextBox uxPlannedCost
Résultat System.Windows.Forms.TextBox

uxPlannedCostLabel protected_oe property

The System.Windows.Forms.Label associated with the PlannedCost property.
protected System.Windows.Forms.Label uxPlannedCostLabel
Résultat System.Windows.Forms.Label

uxProductId protected_oe property

TextBox for the ProductId property.
protected System.Windows.Forms.TextBox uxProductId
Résultat System.Windows.Forms.TextBox

uxProductIdLabel protected_oe property

The System.Windows.Forms.Label associated with the ProductId property.
protected System.Windows.Forms.Label uxProductIdLabel
Résultat System.Windows.Forms.Label

uxScheduledEndDate protected_oe property

DataTimePicker for the ScheduledEndDate property.
protected System.Windows.Forms.DateTimePicker uxScheduledEndDate
Résultat System.Windows.Forms.DateTimePicker

uxScheduledEndDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ScheduledEndDate property.
protected System.Windows.Forms.Label uxScheduledEndDateLabel
Résultat System.Windows.Forms.Label

uxScheduledStartDate protected_oe property

DataTimePicker for the ScheduledStartDate property.
protected System.Windows.Forms.DateTimePicker uxScheduledStartDate
Résultat System.Windows.Forms.DateTimePicker

uxScheduledStartDateLabel protected_oe property

The System.Windows.Forms.Label associated with the ScheduledStartDate property.
protected System.Windows.Forms.Label uxScheduledStartDateLabel
Résultat System.Windows.Forms.Label

uxWorkOrderId protected_oe property

ComboBox for the WorkOrderId property.
protected System.Windows.Forms.ComboBox uxWorkOrderId
Résultat System.Windows.Forms.ComboBox

uxWorkOrderIdLabel protected_oe property

The System.Windows.Forms.Label associated with the WorkOrderId property.
protected System.Windows.Forms.Label uxWorkOrderIdLabel
Résultat System.Windows.Forms.Label