Table of Contents

Class CurrencyCollection

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll
Represents a collection of the Currency.
[Serializable]
[Obsolete("Is not used.")]
public class CurrencyCollection : Collection<Currency>, IList<Currency>, ICollection<Currency>, IReadOnlyList<Currency>, IReadOnlyCollection<Currency>, IEnumerable<Currency>, IList, ICollection, IEnumerable
Inheritance
CurrencyCollection
Implements
Inherited Members
Extension Methods

Methods

Load(CommandBuilder)

Loads the data.
[Obsolete("Is not used.")]
public void Load(CommandBuilder commandBuilder)

Parameters

commandBuilder CommandBuilder
The command builder.

Sort(CurrencyCollectionSortBy, SortDirection)

Sorts the elements by the specified direction and the column.
[Obsolete("Is not used.")]
public void Sort(CurrencyCollectionSortBy sortBy, SortDirection sortDirection)

Parameters

sortBy CurrencyCollectionSortBy
The sort column.
sortDirection SortDirection
The sort direction.
To top