Dynamicweb 8 Documentation
TagCollection Class Members
Properties  Methods 


The following tables list the members exposed by TagCollection.

Public Constructors
 NameDescription
Public ConstructorTagCollection ConstructorInitializes a new instance of the TagCollection class.  
Top
Public Properties
 NameDescription
Public PropertyComparerGets the generic equality comparer that is used to determine equality of keys in the collection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>)
Public PropertyItemOverloaded. Gets the element with the specified key. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Top
Protected Properties
 NameDescription
Protected PropertyDictionaryGets the lookup dictionary of the KeyedCollection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>)
Top
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds the specified collection of tags to this instance of the collection.  
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>)
Public MethodContainsOverloaded. Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Public MethodContainsTagNameDetermines whether the collection contains a tag with the specified name.  
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<Tag>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>)
Public MethodGetTagByNameGets the tag object by tag name.  
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Tag>)
Public MethodRemoveOverloaded. Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>)
Top
Protected Methods
 NameDescription
Protected MethodChangeItemKeyChanges the key associated with the specified element in the lookup dictionary. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Protected MethodClearItemsRemoves all elements from the KeyedCollection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Protected MethodGetKeyForItemOverridden. Gets the key for item. The key is the tag name.  
Protected MethodInsertItemInserts an element into the KeyedCollection at the specified index. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Protected MethodRemoveItemRemoves the element at the specified index of the KeyedCollection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Protected MethodSetItemReplaces the item at the specified index with the specified item. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Top
See Also

Reference

TagCollection Class
Dynamicweb.Rendering Namespace

Send Feedback