DataPlace
AddressBookEntryCollection Class
CSCS.DataPlace.Edit.OutlookAddressBookEntryCollection
Bindable collection of address book entries.
Declaration Syntax
C#
public class AddressBookEntryCollection : BindingList<AddressBookEntry>
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
AddressBookEntryCollection()()()
Initializes a new instance of the AddressBookEntryCollection class

Add(T)
Adds an object to the end of the Collection<(Of <(T>)>).
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
AddingNew
Occurs before an item is added to the list.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
AddNew()()()
Adds a new item to the collection.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
AddNewCore()()()
Adds a new item to the end of the collection.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
AllowEdit
Gets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
AllowNew
Gets or sets a value indicating whether you can add items to the list using the AddNew()()() method.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
AllowRemove
Gets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
ApplySortCore(PropertyDescriptor, ListSortDirection)
Sorts the items if overridden in a derived class; otherwise, throws a NotSupportedException.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
CancelNew(Int32)
Discards a pending new item.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
Clear()()()
Removes all elements from the Collection<(Of <(T>)>).
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
ClearItems()()()
Removes all elements from the collection.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
Contains(T)
Determines whether an element is in the Collection<(Of <(T>)>).
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
CopyTo(array<T>[]()[], Int32)
Copies the entire Collection<(Of <(T>)>) to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
Count
Gets the number of elements actually contained in the Collection<(Of <(T>)>).
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
EndNew(Int32)
Commits a pending new item to the collection.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindCore(PropertyDescriptor, Object)
Searches for the index of the item that has the specified property descriptor with the specified value, if searching is implemented in a derived class; otherwise, a NotSupportedException.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
GetEnumerator()()()
Returns an enumerator that iterates through the Collection<(Of <(T>)>).
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(T)
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<(Of <(T>)>).
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
Insert(Int32, T)
Inserts an element into the Collection<(Of <(T>)>) at the specified index.
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
InsertItem(Int32, T)
Inserts the specified item in the list at the specified index.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
IsSortedCore
Gets a value indicating whether the list is sorted.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
Item[([(Int32])])
Gets or sets the element at the specified index.
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
Items
Gets a IList<(Of <(T>)>) wrapper around the Collection<(Of <(T>)>).
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
ListChanged
Occurs when the list or an item in the list changes.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnAddingNew(AddingNewEventArgs)
Raises the AddingNew event.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
OnListChanged(ListChangedEventArgs)
Raises the ListChanged event.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
RaiseListChangedEvents
Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
Remove(T)
Removes the first occurrence of a specific object from the Collection<(Of <(T>)>).
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
RemoveAt(Int32)
Removes the element at the specified index of the Collection<(Of <(T>)>).
(Inherited from Collection<(Of <(AddressBookEntry>)>).)
RemoveItem(Int32)
Removes the item at the specified index.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
RemoveSortCore()()()
Removes any sort applied with ApplySortCore(PropertyDescriptor, ListSortDirection) if sorting is implemented in a derived class; otherwise, raises NotSupportedException.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
ResetBindings()()()
Raises a ListChanged event of type Reset.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
ResetItem(Int32)
Raises a ListChanged event of type ItemChanged for the item at the specified position.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
SetItem(Int32, T)
Replaces the item at the specified index with the specified item.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
SortDirectionCore
Gets the direction the list is sorted.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
SortPropertyCore
Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
SupportsChangeNotificationCore
Gets a value indicating whether ListChanged events are enabled.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
SupportsSearchingCore
Gets a value indicating whether the list supports searching.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
SupportsSortingCore
Gets a value indicating whether the list supports sorting.
(Inherited from BindingList<(Of <(AddressBookEntry>)>).)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Collection<(Of <(AddressBookEntry>)>)
 BindingList<(Of <(AddressBookEntry>)>)
  AddressBookEntryCollection

Assembly: CS.DataPlace.Edit (Module: CS.DataPlace.Edit) Version: 2.0.3271.19832