C# 클래스 WijmoMVC.Models.Order_Details

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: banzor/WijmoMVC 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnDiscountChanged void
OnDiscountChanging void
OnOrderIDChanged void
OnOrderIDChanging void
OnProductIDChanged void
OnProductIDChanging void
OnQuantityChanged void
OnQuantityChanging void
OnUnitPriceChanged void
OnUnitPriceChanging void

공개 메소드들

메소드 설명
CreateOrder_Details ( global orderID, global productID, global unitPrice, global quantity, global discount ) : Order_Details

Create a new Order_Details 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

메소드 상세

CreateOrder_Details() 공개 정적인 메소드

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.
리턴 Order_Details