C# 클래스 Restbucks.Service.Mappers.OrderRepresentationMapper

파일 보기 프로젝트 열기: SzymonPobiega/restbucks-wcf 1 사용 예제들

공개 메소드들

메소드 설명
GetDomainObject ( OrderRepresentation orderRepresentation ) : Order
GetRepresentation ( Order order ) : OrderRepresentation
OrderRepresentationMapper ( ItemRepresentationMapper itemMapper ) : System.Linq

메소드 상세

GetDomainObject() 공개 메소드

public GetDomainObject ( OrderRepresentation orderRepresentation ) : Order
orderRepresentation Restbucks.Service.Representations.OrderRepresentation
리턴 Restbucks.Service.Domain.Order

GetRepresentation() 공개 메소드

public GetRepresentation ( Order order ) : OrderRepresentation
order Restbucks.Service.Domain.Order
리턴 Restbucks.Service.Representations.OrderRepresentation

OrderRepresentationMapper() 공개 메소드

public OrderRepresentationMapper ( ItemRepresentationMapper itemMapper ) : System.Linq
itemMapper ItemRepresentationMapper
리턴 System.Linq