Dynamicweb.eCommerce.Variants Namespace : VariantGroupCollection Class |
The following tables list the members exposed by VariantGroupCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<VariantGroup>) |
![]() | Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
![]() | Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<VariantGroup>) |
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<VariantGroup>) |
![]() | Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<VariantGroup>) |
![]() | Contains | Overloaded. Determines whether the collection contains the specified variant group. |
![]() | 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<VariantGroup>) |
![]() | FindOptionByID | Returns the option specified by the ID, regardless of what group it is in. |
![]() | GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<VariantGroup>) |
![]() | GetVariantGroup | Gets the variant group. |
![]() | GetWithDifs | Gets the with difs. |
![]() | IndexOf | Overloaded. Searches the VariantGroup list for the existance of strID |
![]() | Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<VariantGroup>) |
![]() | ItemById | Gets the item by id. |
![]() | Load | Loads the specified SQL. |
![]() | Remove | Overloaded. Removes the specified variant group. |
![]() | RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<VariantGroup>) |
Name | Description | |
---|---|---|
![]() | ClearItems | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<VariantGroup>) |
![]() | InsertItem | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<VariantGroup>) |
![]() | RemoveItem | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<VariantGroup>) |
![]() | SetItem | Replaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<VariantGroup>) |