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.

Height

Gets or sets the Height.

public double Height { get; set; }

Property Value

double

IsBaseUnit

Gets or sets value indicating whether the unit is base.

public bool IsBaseUnit { get; set; }

Property Value

bool

Length

Gets or sets the Length.

public double Length { get; set; }

Property Value

double

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

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