Dynamicweb.eCommerce.Products Namespace : ProductCollection Class |
The following tables list the members exposed by ProductCollection.
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<Product>) | |
Item | Gets the element at the specified index. |
Name | Description | |
---|---|---|
Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<Product>) |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Product>) | |
AddRange | Adds a range of products to this collection. | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Product>) | |
Contains | Search the ProductCollection for existance of the param | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<Product>) | |
GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<Product>) | |
getProductById | Gets the product by ID. | |
IndexOf | Overloaded. Searches product in the list by ID. | |
Insert | Inserts the given product at the specified index. | |
Load | Overloaded. Loads data for products from DB. | |
LoadPrices | Loads the prices. | |
LoadProductCategoryValues | Loads the product category values. | |
LoadProductItems | Loads the product items. | |
LoadStockUnits | Loads the stock units. | |
ReFactorProductList | Removes not used items from product list. | |
Remove | Overloaded. Removes the specified products. | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Product>) | |
Replace | Replaces the product at specified position with another one. | |
SaveAllProducts | Saves all Product objects the this ProductCollection. | |
Sort | Overloaded. Sorts this instance. | |
SortByExists | Checks if the SortBy-enum contains this name |
Name | Description | |
---|---|---|
ClearItems | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Product>) | |
InsertItem | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Product>) | |
RemoveItem | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Product>) | |
SetItem | Replaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Product>) |