Class ManufacturerCollection
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
Collection of Manufacturer class objects
[Serializable]
[Obsolete("Do not use")]
public class ManufacturerCollection : Collection<Manufacturer>, IList<Manufacturer>, ICollection<Manufacturer>, IReadOnlyList<Manufacturer>, IReadOnlyCollection<Manufacturer>, IEnumerable<Manufacturer>, IList, ICollection, IEnumerable
- Inheritance
-
ManufacturerCollection
- Implements
- Inherited Members
- Extension Methods
Methods
Load(string)
Load manufacturers to current collection loaded by current SQL statement
public void Load(string query)
Parameters
query
string- SQL statement to load manufacturers
Sort(ManufacturerCollectionSortBy, SortDirection)
Sort current collection
public void Sort(ManufacturerCollectionSortBy sortByEnum, SortDirection sortDirectionEnum)
Parameters
sortByEnum
ManufacturerCollectionSortBy- Sort parameter
sortDirectionEnum
SortDirection- Sort direction