Dynamicweb 8 Documentation
PropertyProductValueCollection Class Methods


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

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

Reference

PropertyProductValueCollection Class
Dynamicweb.eCommerce.Products Namespace

Send Feedback