Class UnitOfMeasure
- Namespace
- Dynamicweb.Ecommerce.Stocks
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the unit of measure.
public class UnitOfMeasure
- Inheritance
-
UnitOfMeasure
- Inherited Members
Properties
AutoId
Gets or sets the unit of measure identifier.
public int AutoId { get; set; }
Property Value
- int
The identifier.
Height
Gets or sets the Height.
public double Height { get; set; }
Property Value
IsBaseUnit
Gets or sets value indicating whether the unit is base.
public bool IsBaseUnit { get; set; }
Property Value
Length
Gets or sets the Length.
public double Length { get; set; }
Property Value
ProductId
Gets or sets the product id.
public string ProductId { get; set; }
Property Value
QuantityPerUnit
Gets or sets the quantity per unit of measure.
public double QuantityPerUnit { get; set; }
Property Value
UnitId
Gets or sets the unit id.
public string UnitId { 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; }