C# 클래스 openTill.GUI.TransactionItem

Wrapper model for ProductDTO, adds Quantity property
상속: GalaSoft.MvvmLight.ObservableObject
파일 보기 프로젝트 열기: CIT275DevGroup/openTill

공개 메소드들

메소드 설명
TransactionItem ( ProductDTO item ) : GalaSoft.MvvmLight

Default constructor, sets the ProductDTO represented by this TransactionItem

메소드 상세

TransactionItem() 공개 메소드

Default constructor, sets the ProductDTO represented by this TransactionItem
public TransactionItem ( ProductDTO item ) : GalaSoft.MvvmLight
item openTill.Domain.DTO.ProductDTO the ProductDTO this object will represent
리턴 GalaSoft.MvvmLight