Dynamicweb 8 Documentation
PropertyGroupCollection Class Methods


For a list of all members of this type, see PropertyGroupCollection members.

Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>)
Public MethodCopyToCopies 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>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>)
Public MethodIndexOfOverloaded. Searches the PropertyGroup list for the existance of strGroupID  
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>)
Public MethodItemByIdReturns the PropertyGroup object based on strGroupID = PropertyGroup.ID  
Public MethodLoadLoads the specified PropertyGroup object.  
Public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>)
Top
Protected Methods
 NameDescription
Protected MethodClearItemsRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>)
Protected MethodInsertItemInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>)
Protected MethodRemoveItemRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>)
Protected MethodSetItemReplaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<PropertyGroup>)
Top
See Also

Reference

PropertyGroupCollection Class
Dynamicweb.eCommerce.Products Namespace

Send Feedback