Add(String) | Add a TelephoneProperty to the collection and assign it the specified value |
Add(T) | Adds an object to the end of the Collection<T>. (Inherited from Collection<TelephoneProperty>) |
Add(PhoneTypes, String) | Add a TelephoneProperty to the collection and assign it the specified value and type(s) |
AddNew | Adds a new item to the collection. (Inherited from BindingList<TelephoneProperty>) |
AddNewCore | Adds a new item to the end of the collection. (Inherited from BindingList<TelephoneProperty>) |
AddRange |
Add a range of items from an array
(Inherited from ExtendedBindingList<T>) |
ApplySortCore |
This is overridden to apply a sort based on the selected property descriptor and sort direction
(Inherited from ExtendedBindingList<T>) |
CancelNew | Discards a pending new item. (Inherited from BindingList<TelephoneProperty>) |
Clear | Removes all elements from the Collection<T>. (Inherited from Collection<TelephoneProperty>) |
ClearItems | Removes all elements from the collection. (Inherited from BindingList<TelephoneProperty>) |
CloneRange |
Clone and add a range of items from an enumerable list of items
(Inherited from ExtendedBindingList<T>) |
Contains | Determines whether an element is in the Collection<T>. (Inherited from Collection<TelephoneProperty>) |
CopyTo | Copies the entire Collection<T> to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from Collection<TelephoneProperty>) |
EndNew | Commits a pending new item to the collection. (Inherited from BindingList<TelephoneProperty>) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Exists |
Determine whether or not the collection contains at least one item that matches the conditions in the
specified predicate.
(Inherited from ExtendedBindingList<T>) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Find |
Search the collection for the first item that matches the conditions in the specified predicate
(Inherited from ExtendedBindingList<T>) |
FindAll |
Retrieve all of the items that match the conditions defined by the specified predicate
(Inherited from ExtendedBindingList<T>) |
FindCore |
This searches for the index of the item that has the specified property descriptor with the specified
value.
(Inherited from ExtendedBindingList<T>) |
FindFirstByType | This method can be used to find the first phone number that has one of the specified phone types |
FindIndex(Predicate<T>) |
Search for the first item that matches the conditions defined by the specified predicate and return
its zero-based index.
(Inherited from ExtendedBindingList<T>) |
FindIndex(Int32, Predicate<T>) |
Search for the first item that matches the conditions defined by the specified predicate between the
starting index and the end of the collection and return its zero-based index.
(Inherited from ExtendedBindingList<T>) |
FindIndex(Int32, Int32, Predicate<T>) |
Search for the first item that matches the conditions defined by the specified predicate between the
starting index and the given number of items and return its zero-based index.
(Inherited from ExtendedBindingList<T>) |
FindLast |
Search the collection for the last item that matches the conditions in the specified predicate
(Inherited from ExtendedBindingList<T>) |
FindLastIndex(Predicate<T>) |
Search for the last item that matches the conditions defined by the specified predicate and return
its zero-based index.
(Inherited from ExtendedBindingList<T>) |
FindLastIndex(Int32, Predicate<T>) |
Search for the last item that matches the conditions defined by the specified predicate between the
starting index and searching backwards to the start of the collection and return its zero-based
index.
(Inherited from ExtendedBindingList<T>) |
FindLastIndex(Int32, Int32, Predicate<T>) |
Search for the last item that matches the conditions defined by the specified predicate between the
starting index and searching backwards for the given number of items and return its zero-based
index.
(Inherited from ExtendedBindingList<T>) |
ForEach |
Performs the specified action on each item in the collection
(Inherited from ExtendedBindingList<T>) |
GetEnumerator | Returns an enumerator that iterates through the Collection<T>. (Inherited from Collection<TelephoneProperty>) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<T>. (Inherited from Collection<TelephoneProperty>) |
Insert | Inserts an element into the Collection<T> at the specified index. (Inherited from Collection<TelephoneProperty>) |
InsertItem | Inserts the specified item in the list at the specified index. (Inherited from BindingList<TelephoneProperty>) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
OnAddingNew | Raises the AddingNew event. (Inherited from BindingList<TelephoneProperty>) |
OnListChanged | Raises the ListChanged event. (Inherited from BindingList<TelephoneProperty>) |
PropagateVersion | This is used to propagate a common version to all objects in the collection |
Remove | Removes the first occurrence of a specific object from the Collection<T>. (Inherited from Collection<TelephoneProperty>) |
RemoveAll |
Remove all items that match the conditions defined by the specified predicate
(Inherited from ExtendedBindingList<T>) |
RemoveAt | Removes the element at the specified index of the Collection<T>. (Inherited from Collection<TelephoneProperty>) |
RemoveItem | Removes the item at the specified index. (Inherited from BindingList<TelephoneProperty>) |
RemoveRange |
Remove the specified range of items from the collection
(Inherited from ExtendedBindingList<T>) |
RemoveSortCore |
This is used to remove the sort
(Inherited from ExtendedBindingList<T>) |
ResetBindings | Raises a ListChanged event of type Reset. (Inherited from BindingList<TelephoneProperty>) |
ResetItem | Raises a ListChanged event of type ItemChanged for the item at the specified position. (Inherited from BindingList<TelephoneProperty>) |
SetItem | Replaces the item at the specified index with the specified item. (Inherited from BindingList<TelephoneProperty>) |
SetPreferred(Int32) | This can be used to set one phone number as the preferred phone number |
SetPreferred(TelephoneProperty) | This can be used to set one phone number as the preferred phone number |
Sort() |
Sort the items in the collection using the default comparer
(Inherited from ExtendedBindingList<T>) |
Sort(Comparison<T>) |
Sort the items in the collection using the specified Comparison<T> delegate
(Inherited from ExtendedBindingList<T>) |
Sort(IComparer<T>) |
Sort the items in the collection using the specified comparer
(Inherited from ExtendedBindingList<T>) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TrueForAll |
Determine if every item in the collection matches the conditions defined by the specified predicate
(Inherited from ExtendedBindingList<T>) |