Table of Contents

Class TranslatedProductCategoryFieldKey

Namespace
Dynamicweb.Ecommerce
Assembly
Dynamicweb.Ecommerce.dll
[Serializable]
public class TranslatedProductCategoryFieldKey : ProductCategoryFieldKey, IEquatable<ProductCategoryFieldKey>, IEquatable<TranslatedProductCategoryFieldKey>
Inheritance
TranslatedProductCategoryFieldKey
Implements
Inherited Members

Constructors

TranslatedProductCategoryFieldKey(string, string, string)

public TranslatedProductCategoryFieldKey(string categoryId, string fieldId, string languageId)

Parameters

categoryId string
fieldId string
languageId string

Properties

LanguageId

public string LanguageId { get; }

Property Value

string

Methods

Equals(TranslatedProductCategoryFieldKey)

public bool Equals(TranslatedProductCategoryFieldKey other)

Parameters

other TranslatedProductCategoryFieldKey

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

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.

ToString()

Returns a string representation of this instance.
public override string ToString()

Returns

string
To top