C# Class WijmoMVC.Models.Order_Details_Extended

Inheritance: System.Data.Objects.DataClasses.EntityObject
显示文件 Open project: banzor/WijmoMVC Class Usage Examples

Private Properties

Property Type Description
OnDiscountChanged void
OnDiscountChanging void
OnExtendedPriceChanged void
OnExtendedPriceChanging void
OnOrderIDChanged void
OnOrderIDChanging void
OnProductIDChanged void
OnProductIDChanging void
OnProductNameChanged void
OnProductNameChanging void
OnQuantityChanged void
OnQuantityChanging void
OnUnitPriceChanged void
OnUnitPriceChanging void

Public Methods

Method Description
CreateOrder_Details_Extended ( global orderID, global productID, global productName, global unitPrice, global quantity, global discount ) : Order_Details_Extended

Create a new Order_Details_Extended object.

Private Methods

Method Description
OnDiscountChanged ( ) : void
OnDiscountChanging ( global value ) : void
OnExtendedPriceChanged ( ) : void
OnExtendedPriceChanging ( Nullable value ) : void
OnOrderIDChanged ( ) : void
OnOrderIDChanging ( global value ) : void
OnProductIDChanged ( ) : void
OnProductIDChanging ( global value ) : void
OnProductNameChanged ( ) : void
OnProductNameChanging ( global value ) : void
OnQuantityChanged ( ) : void
OnQuantityChanging ( global value ) : void
OnUnitPriceChanged ( ) : void
OnUnitPriceChanging ( global value ) : void

Method Details

CreateOrder_Details_Extended() public static method

Create a new Order_Details_Extended object.
public static CreateOrder_Details_Extended ( global orderID, global productID, global productName, global unitPrice, global quantity, global discount ) : Order_Details_Extended
orderID global Initial value of the OrderID property.
productID global Initial value of the ProductID property.
productName global Initial value of the ProductName 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_Extended