C# 클래스 WijmoMVC.Models.Order_Details_Extended

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

CreateOrder_Details_Extended() 공개 정적인 메소드

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