Dynamicweb.Rendering Namespace : TagCollection Class |
The following tables list the members exposed by TagCollection.
Name | Description | |
---|---|---|
![]() | TagCollection Constructor | Initializes a new instance of the TagCollection class. |
Name | Description | |
---|---|---|
![]() | Comparer | Gets the generic equality comparer that is used to determine equality of keys in the collection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) |
![]() | Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>) |
![]() | Item | Overloaded. Gets the element with the specified key. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) |
Name | Description | |
---|---|---|
![]() | Dictionary | Gets the lookup dictionary of the KeyedCollection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) |
![]() | Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>) |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds the specified collection of tags to this instance of the collection. |
![]() | Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>) |
![]() | Contains | Overloaded. Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) |
![]() | ContainsTagName | Determines whether the collection contains a tag with the specified name. |
![]() | 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<Tag>) |
![]() | GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>) |
![]() | GetTagByName | Gets the tag object by tag name. |
![]() | IndexOf | Searches 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>) |
![]() | Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Tag>) |
![]() | Remove | Overloaded. Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) |
![]() | RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>) |
Name | Description | |
---|---|---|
![]() | ChangeItemKey | Changes the key associated with the specified element in the lookup dictionary. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) |
![]() | ClearItems | Removes all elements from the KeyedCollection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) |
![]() | GetKeyForItem | Overridden. Gets the key for item. The key is the tag name. |
![]() | InsertItem | Inserts an element into the KeyedCollection at the specified index. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) |
![]() | RemoveItem | Removes the element at the specified index of the KeyedCollection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) |
![]() | SetItem | Replaces the item at the specified index with the specified item. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) |