Dynamicweb 8 Documentation
FieldOptionCollection Class Methods


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

Public Methods
 NameDescription
Public MethodAdd  
Public MethodAddRange  
Public MethodAsReadOnlyReturns a read-only IList wrapper for the current collection. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodBinarySearchOverloaded.  (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodClear  
Public MethodContainsDetermines whether an element is in the List. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodConvertAllConverts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodExistsDetermines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodFindSearches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodFindAllRetrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodFindIndexOverloaded.  (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodFindLastSearches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodFindLastIndexOverloaded.  (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodForEachPerforms the specified action on each element of the List. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodGetRangeCreates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodInsert  
Public MethodInsertRange  
Public MethodLastIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodRemove  
Public MethodRemoveAll  
Public MethodRemoveAt  
Public MethodRemoveRange  
Public MethodReverseOverloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodSortOverloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodToArrayCopies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodTrimExcessSets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<FieldOption>)
Public MethodTrueForAllDetermines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<FieldOption>)
Top
See Also

Reference

FieldOptionCollection Class
Dynamicweb.eCommerce.Products Namespace

Send Feedback