C# Class WijmoMVC.Models.Order_Details

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostrar archivo Open project: banzor/WijmoMVC Class Usage Examples

Private Properties

Property Type Description
OnDiscountChanged void
OnDiscountChanging void
OnOrderIDChanged void
OnOrderIDChanging void
OnProductIDChanged void
OnProductIDChanging void
OnQuantityChanged void
OnQuantityChanging void
OnUnitPriceChanged void
OnUnitPriceChanging void

Public Methods

Method Description
CreateOrder_Details ( global orderID, global productID, global unitPrice, global quantity, global discount ) : Order_Details

Create a new Order_Details object.

Private Methods

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

Method Details

CreateOrder_Details() public static method

Create a new Order_Details object.
public static CreateOrder_Details ( global orderID, global productID, global unitPrice, global quantity, global discount ) : Order_Details
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.
return Order_Details