C# 클래스 Suteki.Shop.Order

상속: IEntity, IAmOwnedBy
파일 보기 프로젝트 열기: mikehadlow/sutekishop 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddAdjustment ( Suteki.Shop.OrderAdjustment adjustment ) : void
AddLine ( string productName, int quantity, Suteki.Common.Models.Money price, string productUrlName, int productId, string sizeName ) : void
Confirm ( ) : void
Dispatch ( User user ) : void
Reject ( User user ) : void
RemoveAdjustment ( Suteki.Shop.OrderAdjustment adjustment ) : void
ResetStatus ( ) : void

메소드 상세

AddAdjustment() 공개 메소드

public AddAdjustment ( Suteki.Shop.OrderAdjustment adjustment ) : void
adjustment Suteki.Shop.OrderAdjustment
리턴 void

AddLine() 공개 메소드

public AddLine ( string productName, int quantity, Suteki.Common.Models.Money price, string productUrlName, int productId, string sizeName ) : void
productName string
quantity int
price Suteki.Common.Models.Money
productUrlName string
productId int
sizeName string
리턴 void

Confirm() 공개 메소드

public Confirm ( ) : void
리턴 void

Dispatch() 공개 메소드

public Dispatch ( User user ) : void
user User
리턴 void

Reject() 공개 메소드

public Reject ( User user ) : void
user User
리턴 void

RemoveAdjustment() 공개 메소드

public RemoveAdjustment ( Suteki.Shop.OrderAdjustment adjustment ) : void
adjustment Suteki.Shop.OrderAdjustment
리턴 void

ResetStatus() 공개 메소드

public ResetStatus ( ) : void
리턴 void