Class StockUnit
- Namespace
- Dynamicweb.Ecommerce.Stocks
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the stock unit.
public class StockUnit : StockUnitIdentifier
- Inheritance
-
StockUnit
- Inherited Members
Constructors
StockUnit()
Initializes a new instance of the class.
public StockUnit()
Properties
AutoId
public int AutoId { get; }
Property Value
Depth
Gets or sets the depth.
public double Depth { get; set; }
Property Value
Description
Gets or sets a description of the unit for this product.
public string Description { get; set; }
Property Value
ExpectedDelivery
Gets or sets the expected delivery date.
public DateTime ExpectedDelivery { get; set; }
Property Value
Height
Gets or sets the height.
public double Height { get; set; }
Property Value
NeverOutOfStock
Gets or sets value indicating whether to unit can be never out of stock.
public bool NeverOutOfStock { get; set; }
Property Value
StockQuantity
Gets or sets the stock quantity.
public double StockQuantity { get; set; }
Property Value
Volume
Gets or sets the volume.
public double Volume { get; set; }
Property Value
Weight
Gets or sets the weight.
public double Weight { get; set; }
Property Value
Width
Gets or sets the width.
public double Width { get; set; }