Свойство | Тип | Описание | |
---|---|---|---|
OnDiscountChanged | void | ||
OnDiscountChanging | void | ||
OnOrderIDChanged | void | ||
OnOrderIDChanging | void | ||
OnProductIDChanged | void | ||
OnProductIDChanging | void | ||
OnQuantityChanged | void | ||
OnQuantityChanging | void | ||
OnUnitPriceChanged | void | ||
OnUnitPriceChanging | void |
Метод | Описание | |
---|---|---|
CreateOrderDetails ( global orderID, global productID, global unitPrice, global quantity, global discount ) : |
Create a new OrderDetails object.
|
Метод | Описание | |
---|---|---|
OnDiscountChanged ( ) : void | ||
OnDiscountChanging ( global value ) : void | ||
OnOrderIDChanged ( ) : void | ||
OnOrderIDChanging ( global value ) : void | ||
OnProductIDChanged ( ) : void | ||
OnProductIDChanging ( global value ) : void | ||
OnQuantityChanged ( ) : void | ||
OnQuantityChanging ( global value ) : void | ||
OnUnitPriceChanged ( ) : void | ||
OnUnitPriceChanging ( global value ) : void |
public static CreateOrderDetails ( global orderID, global productID, global unitPrice, global quantity, global discount ) : |
||
orderID | global | Initial value of the OrderID property. |
productID | global | Initial value of the ProductID property. |
unitPrice | global | Initial value of the UnitPrice property. |
quantity | global | Initial value of the Quantity property. |
discount | global | Initial value of the Discount property. |
Результат |