C# 클래스 Orders.com.BLL.Extensions.OrderItemExtensions

파일 보기 프로젝트 열기: peasy/Samples

공개 메소드들

메소드 설명
SetAmount ( this item ) : OrderItem
SetPrice ( this item, decimal price ) : Tuple

메소드 상세

SetAmount() 공개 정적인 메소드

public static SetAmount ( this item ) : OrderItem
item this
리턴 Orders.com.BLL.Domain.OrderItem

SetPrice() 공개 정적인 메소드

public static SetPrice ( this item, decimal price ) : Tuple
item this
price decimal
리턴 Tuple