C# 클래스 Northwind.EntityFramework.ModelFirst.OrderDetails

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

Private Properties

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

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

메소드 상세

CreateOrderDetails() 공개 정적인 메소드

Create a new OrderDetails object.
public static CreateOrderDetails ( global orderID, global productID, global unitPrice, global quantity, global discount ) : OrderDetails
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.
리턴 OrderDetails