Table of Contents

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

bool

ProductId

Gets or sets the product id.
public string ProductId { get; set; }

Property Value

string

QuantityPerUnit

Gets or sets the quantity per unit of measure.
public double QuantityPerUnit { get; set; }

Property Value

double

UnitId

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

Property Value

string
To top