C# Class openTill.GUI.TransactionItem

Wrapper model for ProductDTO, adds Quantity property
Inheritance: GalaSoft.MvvmLight.ObservableObject
Show file Open project: CIT275DevGroup/openTill

Public Methods

Method Description
TransactionItem ( ProductDTO item ) : GalaSoft.MvvmLight

Default constructor, sets the ProductDTO represented by this TransactionItem

Method Details

TransactionItem() public method

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
return GalaSoft.MvvmLight