Table of Contents

Class LanguageCollection

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll
Represents a collection of the Language
[Serializable]
[Obsolete("This class is no longer used.")]
public class LanguageCollection : Collection<Language>, IList<Language>, ICollection<Language>, IReadOnlyList<Language>, IReadOnlyCollection<Language>, IEnumerable<Language>, IList, ICollection, IEnumerable
Inheritance
LanguageCollection
Implements
Inherited Members
Extension Methods

Constructors

LanguageCollection()

Initializes a new instance of the class.
[Obsolete("This class is no longer used.")]
public LanguageCollection()

LanguageCollection(IList<Language>)

Initializes a new instance of the class.
[Obsolete("This class is no longer used.")]
public LanguageCollection(IList<Language> list)

Parameters

list IList<Language>
The list of the languages.

Methods

Load(CommandBuilder)

Loads the data.
[Obsolete("This method is no longer used.")]
public void Load(CommandBuilder commandBuilder)

Parameters

commandBuilder CommandBuilder
The command builder.
To top