Dynamicweb.eCommerce.Products Namespace : PropertyFieldOptionCollection Class |
For a list of all members of this type, see PropertyFieldOptionCollection members.
Name | Description | |
---|---|---|
Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyFieldOption>) | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyFieldOption>) | |
Contains | Search the PropertyFieldOptionCollection for existance of the param | |
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<PropertyFieldOption>) | |
GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyFieldOption>) | |
IndexOf | Overloaded. Searches the PropertyFieldOptions list for the existance of strOptionID | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<PropertyFieldOption>) | |
ItemById | Returns the PropertyFieldOption object based on strOptionID = PropertyFieldOption.ID | |
Load | Loads the specified PropertyFieldOption object. | |
Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyFieldOption>) | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyFieldOption>) |
Name | Description | |
---|---|---|
ClearItems | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyFieldOption>) | |
InsertItem | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<PropertyFieldOption>) | |
RemoveItem | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<PropertyFieldOption>) | |
SetItem | Replaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<PropertyFieldOption>) |