Table of Contents

Class CountryCollection

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

Methods

AddRange(IEnumerable<Country>)

Adds range of countries to the collection.
public void AddRange(IEnumerable<Country> countries)

Parameters

countries IEnumerable<Country>
A collection of the Country.

Load(CommandBuilder)

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

Parameters

commandBuilder CommandBuilder
The command builder.
To top