Class OrderItem
public class OrderItem
- Inheritance
-
OrderItem
- Inherited Members
- Extension Methods
Constructors
OrderItem()
public OrderItem()
Properties
Description
public string Description { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Price
public decimal Price { get; set; }
Property Value
ProductId
public Guid? ProductId { get; set; }
Property Value
- Guid?
ProductUrl
public string ProductUrl { get; set; }
Property Value
Quantity
public int Quantity { get; set; }