Class StockUnitViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
public class StockUnitViewModel : FillableViewModelBase
- Inheritance
-
StockUnitViewModel
- Inherited Members
Properties
Depth
Gets or sets the depth for this combination of unit, variant and location.
public double Depth { get; set; }
Property Value
Description
Gets or sets a description of the unit stock level for this product, i.e. aisle and shelf.
public string Description { get; set; }
Property Value
Height
Gets or sets the height for this combination of unit, variant and location.
public double Height { get; set; }
Property Value
NeverOutOfStock
Gets or sets the value indicating whether the unit can be never out of stock.
public bool NeverOutOfStock { get; set; }
Property Value
StockLevel
Gets or sets the stock level for this combination of unit, variant and location.
public double StockLevel { get; set; }
Property Value
StockLocationAddress
Gets or sets the stock location address.
public AddressViewModel StockLocationAddress { get; set; }
Property Value
StockLocationCategory
Gets or sets the stock location category.
public string StockLocationCategory { get; set; }
Property Value
StockLocationId
Gets or sets the stock location id.
public long StockLocationId { get; set; }
Property Value
StockLocationName
Gets or sets the name of the stock location.
public string StockLocationName { get; set; }
Property Value
StockStatus
Gets or sets the stock status.
public string StockStatus { get; set; }
Property Value
UnitId
Gets or sets the unit id.
public string UnitId { get; set; }
Property Value
UnitName
Gets or sets the name of the unit.
public string UnitName { get; set; }
Property Value
VariantId
Gets or sets the variant id.
public string VariantId { get; set; }
Property Value
Volume
Gets or sets the volume for this combination of unit, variant and location.
public double Volume { get; set; }
Property Value
Weight
Gets or sets the weight for this combination of unit, variant and location.
public double Weight { get; set; }
Property Value
Width
Gets or sets the width for this combination of unit, variant and location.
public double Width { get; set; }