Table of Contents

Class RewardKey

Namespace
Dynamicweb.Ecommerce.Loyalty
Assembly
Dynamicweb.Ecommerce.dll
[Serializable]
[Obsolete("Is not used anymore")]
public sealed class RewardKey : IEquatable<RewardKey>
Inheritance
RewardKey
Implements
Inherited Members

Constructors

RewardKey(int, string)

public RewardKey(int rewardId, string languageId)

Parameters

rewardId int
languageId string

Properties

LanguageId

The language identifier.
public string LanguageId { get; }

Property Value

string

RewardId

The reward identifier.
public int RewardId { get; }

Property Value

int

Methods

Equals(RewardKey)

Determines whether the specified RewardKey is equal to this instance.
public bool Equals(RewardKey other)

Parameters

other RewardKey
The RewardKey to compare with this instance.

Returns

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

Equals(object)

Determines whether the specified object is equal to this instance.
public override bool Equals(object other)

Parameters

other 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.

ToString()

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

Returns

string
To top