Table of Contents

Class GlobalISOCollection

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll
Represents a collection of the GlobalISO.
public class GlobalISOCollection : Collection<GlobalISO>, IList<GlobalISO>, ICollection<GlobalISO>, IReadOnlyList<GlobalISO>, IReadOnlyCollection<GlobalISO>, IEnumerable<GlobalISO>, IList, ICollection, IEnumerable
Inheritance
GlobalISOCollection
Implements
Inherited Members
Extension Methods

Methods

Load(CommandBuilder)

Loads the data.
public void Load(CommandBuilder sqlBuilder)

Parameters

sqlBuilder CommandBuilder

Sort()

Sorts the elements ascending by id.
public void Sort()

Sort(GlobalISOCollectionSortBy)

Sorts the elements ascending by the specified column.
public void Sort(GlobalISOCollectionSortBy sortBy)

Parameters

sortBy GlobalISOCollectionSortBy
The sort column.

Sort(GlobalISOCollectionSortBy, SortDirection)

Sorts the elements by the specified direction and the column.
public void Sort(GlobalISOCollectionSortBy sortBy, SortDirection sortDirection)

Parameters

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