Class ProductKey
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
The product key
- Inheritance
-
Product
Key
- Implements
- Inherited Members
Constructors
ProductKey(Product)
Parameters
product
Product
ProductKey(string, string, string)
Parameters
Properties
LanguageId
The language identifier.
Property Value
ProductId
The product identifier.
Property Value
VariantId
The variant identifier.
Property Value
Methods
Equals(ProductKey)
Determines whether the specified Product
Parameters
other
ProductKey The Product
Key to compare with this instance.
Returns
- bool
true
if the specified ProductKey is equal to this instance; otherwise,false
.
Equals(object)
Determines whether the specified object is equal to this instance.
Parameters
Returns
GetHashCode()
Returns a hash code for this instance.
Returns
- int
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Parse(string)
Parameters
productKey
string
Returns
ToString()
Returns a string representation of this instance.
Returns
TryParse(string, out ProductKey)
Parameters
productKeyRaw
stringproductKey
ProductKey