Table of Contents

Class ProductCategoryFieldKey

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

Constructors

ProductCategoryFieldKey(string, string)

public ProductCategoryFieldKey(string categoryId, string fieldId)

Parameters

categoryId string
fieldId string

Properties

CategoryId

public string CategoryId { get; }

Property Value

string

FieldId

public string FieldId { get; }

Property Value

string

Methods

Equals(ProductCategoryFieldKey)

public bool Equals(ProductCategoryFieldKey other)

Parameters

other ProductCategoryFieldKey

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