Table of Contents

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

int

Depth

Gets or sets the depth.

public double Depth { get; set; }

Property Value

double

Description

Gets or sets a description of the unit for this product.

public string Description { get; set; }

Property Value

string

ExpectedDelivery

Gets or sets the expected delivery date.

public DateTime ExpectedDelivery { get; set; }

Property Value

DateTime

Height

Gets or sets the height.

public double Height { get; set; }

Property Value

double

NeverOutOfStock

Gets or sets value indicating whether to unit can be never out of stock.

public bool NeverOutOfStock { get; set; }

Property Value

bool

StockQuantity

Gets or sets the stock quantity.

public double StockQuantity { get; set; }

Property Value

double

Volume

Gets or sets the volume.

public double Volume { get; set; }

Property Value

double

Weight

Gets or sets the weight.

public double Weight { get; set; }

Property Value

double

Width

Gets or sets the width.

public double Width { get; set; }

Property Value

double
To top