Свойство | Type | Description | |
---|---|---|---|
uxBindingSource | System.Windows.Forms.BindingSource | ||
uxDateCreated | System.Windows.Forms.DateTimePicker | ||
uxDateCreatedLabel | System.Windows.Forms.Label | ||
uxErrorProvider | System.Windows.Forms.ErrorProvider | ||
uxModifiedDate | System.Windows.Forms.DateTimePicker | ||
uxModifiedDateLabel | System.Windows.Forms.Label | ||
uxProductId | System.Windows.Forms.ComboBox | ||
uxProductIdLabel | System.Windows.Forms.Label | ||
uxQuantity | System.Windows.Forms.TextBox | ||
uxQuantityLabel | System.Windows.Forms.Label | ||
uxShoppingCartId | System.Windows.Forms.TextBox | ||
uxShoppingCartIdLabel | System.Windows.Forms.Label | ||
uxShoppingCartItemId | System.Windows.Forms.TextBox | ||
uxShoppingCartItemIdLabel | System.Windows.Forms.Label |
Свойство | Type | Description | |
---|---|---|---|
BindControls | void | ||
uxBindingSource_currentItemChanged | void |
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Initializes the component.
|
|
ShoppingCartItemEditControlBase ( ) |
Initializes a new instance of the ShoppingCartItemEditControlBase class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | 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. |
Résultat | void |
protected System.Windows.Forms.BindingSource uxBindingSource | ||
Résultat | System.Windows.Forms.BindingSource |
protected System.Windows.Forms.DateTimePicker uxDateCreated | ||
Résultat | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxDateCreatedLabel | ||
Résultat | System.Windows.Forms.Label |
protected System.Windows.Forms.ErrorProvider uxErrorProvider | ||
Résultat | System.Windows.Forms.ErrorProvider |
protected System.Windows.Forms.DateTimePicker uxModifiedDate | ||
Résultat | System.Windows.Forms.DateTimePicker |
protected System.Windows.Forms.Label uxModifiedDateLabel | ||
Résultat | System.Windows.Forms.Label |
protected System.Windows.Forms.ComboBox uxProductId | ||
Résultat | System.Windows.Forms.ComboBox |
protected System.Windows.Forms.Label uxProductIdLabel | ||
Résultat | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxQuantity | ||
Résultat | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxQuantityLabel | ||
Résultat | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxShoppingCartId | ||
Résultat | System.Windows.Forms.TextBox |
protected System.Windows.Forms.Label uxShoppingCartIdLabel | ||
Résultat | System.Windows.Forms.Label |
protected System.Windows.Forms.TextBox uxShoppingCartItemId | ||
Résultat | System.Windows.Forms.TextBox |