Table of Contents

Struct ProductKey

Namespace
Dynamicweb.Ecommerce.Frontend.Cart
Assembly
Dynamicweb.Ecommerce.dll

Struct ProductKey

public struct ProductKey
Inherited Members

Properties

LanguageId

The language identifier.

public string LanguageId { readonly get; set; }

Property Value

string

ProductId

The product identifier.

public string ProductId { readonly get; set; }

Property Value

string

VariantId

The variant identifier.

public string VariantId { readonly get; set; }

Property Value

string

Methods

Equals(object)

Determines whether the specified object is equal to this instance.

public override bool Equals(object item)

Parameters

item object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

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.

To top