Table of Contents

Class UserTransactionCollection

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

Constructors

UserTransactionCollection()

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

UserTransactionCollection(IDataReader)

Initializes a new instance of the class.
public UserTransactionCollection(IDataReader dataReader)

Parameters

dataReader IDataReader
Datareader contains the result of query to the table EcomLoyaltyUserTransaction

Methods

LoadRewards()

Load the rewards
public void LoadRewards()
To top