Table of Contents

Class RewardCollection

Namespace
Dynamicweb.Ecommerce.Loyalty
Assembly
Dynamicweb.Ecommerce.dll
Represents a collection of the rewards.
[Obsolete]
public class RewardCollection : Collection<Reward>, IList<Reward>, ICollection<Reward>, IReadOnlyList<Reward>, IReadOnlyCollection<Reward>, IEnumerable<Reward>, IList, ICollection, IEnumerable
Inheritance
RewardCollection
Implements
Inherited Members
Extension Methods

Constructors

RewardCollection()

Initializes a new instance of the class.
public RewardCollection()

Methods

LoadRules()

Loads the rules.
public void LoadRules()
To top