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.
IsBaseUnit
Gets or sets value indicating whether the unit is base.
public bool IsBaseUnit { 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; }