Dynamicweb.eCommerce.Products Namespace : PropertyGroupCollection Class |
The following tables list the members exposed by PropertyGroupCollection.
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) | |
Item | Gets the element at the specified index. |
Name | Description | |
---|---|---|
Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) | |
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<PropertyGroup>) | |
GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) | |
IndexOf | Overloaded. Searches the PropertyGroup list for the existance of strGroupID | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) | |
ItemById | Returns the PropertyGroup object based on strGroupID = PropertyGroup.ID | |
Load | Loads the specified PropertyGroup object. | |
Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) |
Name | Description | |
---|---|---|
ClearItems | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) | |
InsertItem | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) | |
RemoveItem | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) | |
SetItem | Replaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>) |