Dynamicweb 8 Documentation
ModuleCollection Class Members
Properties  Methods 


The following tables list the members exposed by ModuleCollection.

Public Constructors
 NameDescription
Public ConstructorModuleCollection ConstructorInitializes a new instance of the ModuleCollection class.  
Top
Public Properties
 NameDescription
Public PropertyCapacityGets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from System.Collections.Generic.List<Module>)
Public PropertyCountGets the number of elements actually contained in the List. (Inherited from System.Collections.Generic.List<Module>)
Public PropertyItemGets or sets the element at the specified index.  
Top
Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the List. (Inherited from System.Collections.Generic.List<Module>)
Public MethodAddRangeAdds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<Module>)
Public MethodAsReadOnlyReturns a read-only IList wrapper for the current collection. (Inherited from System.Collections.Generic.List<Module>)
Public MethodBinarySearchOverloaded.  (Inherited from System.Collections.Generic.List<Module>)
Public MethodClearRemoves all elements from the List. (Inherited from System.Collections.Generic.List<Module>)
Public MethodContainsOverloaded. Determines whether contains a moduke with the specified system name.  
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<Module>)
Public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.List<Module>)
Public MethodExistsDetermines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Module>)
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<Module>)
Public MethodFindAllRetrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Module>)
Public MethodFindIndexOverloaded.  (Inherited from System.Collections.Generic.List<Module>)
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<Module>)
Public MethodFindLastIndexOverloaded.  (Inherited from System.Collections.Generic.List<Module>)
Public MethodForEachPerforms the specified action on each element of the List. (Inherited from System.Collections.Generic.List<Module>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<Module>)
Public MethodGetRangeCreates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<Module>)
Public MethodIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<Module>)
Public MethodInsertInserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<Module>)
Public MethodInsertRangeInserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<Module>)
Public MethodLastIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<Module>)
Public MethodRemoveRemoves the specified module.  
Public MethodRemoveAllRemoves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Module>)
Public MethodRemoveAtRemoves the element at the specified index of the List. (Inherited from System.Collections.Generic.List<Module>)
Public MethodRemoveRangeRemoves a range of elements from the List. (Inherited from System.Collections.Generic.List<Module>)
Public MethodReverseOverloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<Module>)
Public MethodSortOverloaded. Sorts the elements in the entire List using the default comparer.  
Public MethodToArrayCopies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<Module>)
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<Module>)
Public MethodTrueForAllDetermines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Module>)
Top
See Also

Reference

ModuleCollection Class
Dynamicweb.Modules Namespace

Send Feedback