NameCollection Class

Collection of NameItem Items.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class NameCollection : ChangeObjectCollection<NameItem>
Inheritance
Object    ListNameItem    ChangeObjectCollectionNameItem    NameCollection

Constructors

NameCollectionInitializes a new instance of the NameCollection class

Properties

Capacity
(Inherited from ListNameItem)
Count
(Inherited from ListNameItem)
ItemInt32
(Inherited from ListNameItem)
ItemString Get an Item from the Collection by its Name.

Methods

Add Create a new NameItem, add it to the Collection, and return it to the caller.
Add(T) Add an item to the collection.
(Inherited from ChangeObjectCollectionT)
Add(NameCollection) Add a collection of names and descriptions to the collection.
Add(String) Create and add a new Name Item to the Collection, then return it to the caller.
Add(String, String) Create and add a new Name Item to the Collection by member values.
AddRange Add a range of items to the collection.
(Inherited from ChangeObjectCollectionT)
AsReadOnly
(Inherited from ListNameItem)
BinarySearch(T)
(Inherited from ListNameItem)
BinarySearch(T, IComparerT)
(Inherited from ListNameItem)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListNameItem)
Clear Remove all of the elements from the property collection.
(Inherited from ChangeObjectCollectionT)
Contains
(Inherited from ListNameItem)
ContainsAny Return a value indicating whether this collection contains any of the specified names.
ConvertAllTOutput
(Inherited from ListNameItem)
CopyTo(T)
(Inherited from ListNameItem)
CopyTo(T, Int32)
(Inherited from ListNameItem)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListNameItem)
Equals
(Inherited from Object)
Exists
(Inherited from ListNameItem)
Finalize
(Inherited from Object)
Find
(Inherited from ListNameItem)
FindAll
(Inherited from ListNameItem)
FindIndex(PredicateT)
(Inherited from ListNameItem)
FindIndex(Int32, PredicateT)
(Inherited from ListNameItem)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListNameItem)
FindLast
(Inherited from ListNameItem)
FindLastIndex(PredicateT)
(Inherited from ListNameItem)
FindLastIndex(Int32, PredicateT)
(Inherited from ListNameItem)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListNameItem)
ForEach
(Inherited from ListNameItem)
GetEnumerator
(Inherited from ListNameItem)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListNameItem)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListNameItem)
IndexOf(T, Int32)
(Inherited from ListNameItem)
IndexOf(T, Int32, Int32)
(Inherited from ListNameItem)
Insert Insert an item into the collection at the specified ordinal index.
(Inherited from ChangeObjectCollectionT)
InsertRange Insert a range of items at the specified ordinal index.
(Inherited from ChangeObjectCollectionT)
LastIndexOf(T)
(Inherited from ListNameItem)
LastIndexOf(T, Int32)
(Inherited from ListNameItem)
LastIndexOf(T, Int32, Int32)
(Inherited from ListNameItem)
MemberwiseClone
(Inherited from Object)
OnCollectionChanged Raises the CollectionChanged event when the contents of the collection have changed.
(Inherited from ChangeObjectCollectionT)
OnItemPropertyChanged Raises the ItemPropertyChanged event when the value of an item property has changed.
(Inherited from ChangeObjectCollectionT)
Remove(T) Remove the first matching instance of the specified item from the collection.
(Inherited from ChangeObjectCollectionT)
Remove(String) Remove the Item from the collection by Name.
RemoveAll Remove all items matching the condition from the collection.
(Inherited from ChangeObjectCollectionT)
RemoveAt Remove the item at the specified ordinal index of the collection.
(Inherited from ChangeObjectCollectionT)
RemoveRange Remove a range of items from the collection.
(Inherited from ChangeObjectCollectionT)
Reverse
(Inherited from ListNameItem)
Reverse(Int32, Int32)
(Inherited from ListNameItem)
Sort
(Inherited from ListNameItem)
Sort(ComparisonT)
(Inherited from ListNameItem)
Sort(IComparerT)
(Inherited from ListNameItem)
Sort(Int32, Int32, IComparerT)
(Inherited from ListNameItem)
ToArray
(Inherited from ListNameItem)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListNameItem)
TrueForAll
(Inherited from ListNameItem)

Events

CollectionChanged Raised when the contents of the collection have changed.
(Inherited from ChangeObjectCollectionT)
ItemPropertyChanged Raised when the value of a property on an individual item has changed.
(Inherited from ChangeObjectCollectionT)

Operators

(NameCollection to String) Cast the Name Collection to a String Array.

Explicit Interface Implementations

See Also