Dynamicweb 8 Documentation
PropertyFieldOptionCollection Class Methods


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

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

Reference

PropertyFieldOptionCollection Class
Dynamicweb.eCommerce.Products Namespace

Send Feedback