Table of Contents

Class StockUnitViewModel

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
public class StockUnitViewModel : FillableViewModelBase
Inheritance
StockUnitViewModel
Inherited Members

Properties

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

string

NeverOutOfStock

Gets or sets the value indicating whether the unit can be never out of stock.
public bool NeverOutOfStock { get; set; }

Property Value

bool

StockLevel

Gets or sets the stock level for this combination of unit, variant and location.
public double StockLevel { get; set; }

Property Value

double

StockLocationAddress

Gets or sets the stock location address.
public AddressViewModel StockLocationAddress { get; set; }

Property Value

AddressViewModel

StockLocationCategory

Gets or sets the stock location category.
public string StockLocationCategory { get; set; }

Property Value

string

StockLocationId

Gets or sets the stock location id.
public long StockLocationId { get; set; }

Property Value

long

StockLocationName

Gets or sets the name of the stock location.
public string StockLocationName { get; set; }

Property Value

string

StockStatus

Gets or sets the stock status.
public string StockStatus { get; set; }

Property Value

string

UnitId

Gets or sets the unit id.
public string UnitId { get; set; }

Property Value

string

UnitName

Gets or sets the name of the unit.
public string UnitName { get; set; }

Property Value

string

VariantId

Gets or sets the variant id.
public string VariantId { get; set; }

Property Value

string

Volume

Gets or sets the volume for this combination of unit, variant and location.
public double Volume { get; set; }

Property Value

double

Weight

Gets or sets the weight for this combination of unit, variant and location.
public double Weight { get; set; }

Property Value

double
To top