Class UnitProductKey
- Namespace
- Dynamicweb.Ecommerce.Frontend.Cart
- Assembly
- Dynamicweb.Ecommerce.dll
public class UnitProductKey
- Inheritance
-
UnitProductKey
- Inherited Members
Properties
LanguageId
The language identifier.
public string LanguageId { get; set; }
Property Value
ProductId
The product identifier.
public string ProductId { get; set; }
Property Value
StockLocationId
The stock location identifier.
public long StockLocationId { get; set; }
Property Value
UnitId
The unit identifier.
public string UnitId { get; set; }
Property Value
VariantId
The variant identifier.
public string VariantId { get; set; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
public override bool Equals(object item)
Parameters
Returns
GetHashCode()
Returns a hash code for this instance.
public override int GetHashCode()
Returns
- int
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.