Property | Type | Description | |
---|---|---|---|
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxCarrierTrackingNumber | System.Windows.Forms.TextBox | ||
uxCarrierTrackingNumberLabel | System.Windows.Forms.Label | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxLineTotal | System.Windows.Forms.TextBox | ||
uxLineTotalLabel | System.Windows.Forms.Label | ||
uxModifiedDate | System.Windows.Forms.DateTimePicker | ||
uxModifiedDateLabel | System.Windows.Forms.Label | ||
uxOrderQty | System.Windows.Forms.TextBox | ||
uxOrderQtyLabel | System.Windows.Forms.Label | ||
uxProductId | System.Windows.Forms.ComboBox | ||
uxProductIdLabel | System.Windows.Forms.Label | ||
uxRowguid | System.Windows.Forms.TextBox | ||
uxRowguidLabel | System.Windows.Forms.Label | ||
uxSalesOrderDetailId | System.Windows.Forms.TextBox | ||
uxSalesOrderDetailIdLabel | System.Windows.Forms.Label | ||
uxSalesOrderId | System.Windows.Forms.ComboBox | ||
uxSalesOrderIdLabel | System.Windows.Forms.Label | ||
uxSpecialOfferId | System.Windows.Forms.ComboBox | ||
uxSpecialOfferIdLabel | System.Windows.Forms.Label | ||
uxUnitPrice | System.Windows.Forms.TextBox | ||
uxUnitPriceDiscount | System.Windows.Forms.TextBox | ||
uxUnitPriceDiscountLabel | System.Windows.Forms.Label | ||
uxUnitPriceLabel | System.Windows.Forms.Label |
Property | Type | Description | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Initializes the component.
|
|
SalesOrderDetailEditControlBase ( ) |
Initializes a new instance of the SalesOrderDetailEditControlBase class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BindControls ( ) : void |
Binds the controls.
|
|
uxBindingSource_currentItemChanged ( object sender, System e ) : void |
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected System.Windows.Forms.BindingSource uxBindingSource | ||
return | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.TextBox uxCarrierTrackingNumber | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxCarrierTrackingNumberLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
return | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.TextBox uxLineTotal | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxLineTotalLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.DateTimePicker uxModifiedDate | ||
return | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxModifiedDateLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxOrderQty | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxOrderQtyLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxProductId | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxProductIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxRowguid | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxRowguidLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxSalesOrderDetailId | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxSalesOrderDetailIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxSalesOrderId | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxSalesOrderIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxSpecialOfferId | ||
return | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxSpecialOfferIdLabel | ||
return | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxUnitPrice | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.TextBox uxUnitPriceDiscount | ||
return | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxUnitPriceDiscountLabel | ||
return | System.Windows.Forms.Label |