Add |
Adds an object to the end of the VirtualCollectionT.
Calls the overridable InsertItem method.
(Inherited from VirtualCollectionT) |
AddIndexCore |
If overridden in a derived class, adds the PropertyDescriptors to the indices used for searching.
The base implementation does nothing.
(Inherited from FastBindingListT) |
AddNew |
Adds a new item to the collection.
(Inherited from FastBindingListT) |
AddNewCore |
Adds a new item to the collection.
(Inherited from FastBindingListT) |
ApplySort(ListSortDirection) |
Sorts the list by the values of T rather than one of its properties based on the specified direction.
(Inherited from FastBindingListT) |
ApplySort(PropertyDescriptor, ListSortDirection) |
Sorts the list based on the specified property and direction.
(Inherited from FastBindingListT) |
ApplySort(String, ListSortDirection) |
Sorts the list based on the specified propertyName and direction.
(Inherited from FastBindingListT) |
ApplySortCore |
Sorts the items of the list.
(Overrides FastBindingListTApplySortCore(PropertyDescriptor, ListSortDirection)) |
CancelNew |
Discards a pending new item added by the AddNew method.
(Overrides FastBindingListTCancelNew(Int32)) |
Clear |
Removes all elements from the VirtualCollectionT.
Calls the overridable ClearItems method.
(Inherited from VirtualCollectionT) |
ClearItems |
Removes all elements from the SortableBindingListT.
(Overrides FastBindingListTClearItems) |
Contains |
Determines whether an element is in the VirtualCollectionT.
Calls the overridable ContainsItem method.
(Inherited from VirtualCollectionT) |
ContainsItem |
Gets whether the specified item is in the VirtualCollectionT.
The base implementation calls the GetItemIndex method.
(Inherited from VirtualCollectionT) |
CopyTo |
Copies the entire VirtualCollectionT to a compatible one-dimensional Array, starting at the specified arrayIndex of the target array.
Calls the overridable GetItem method for each index between zero and Count, excluding upper bound.
(Inherited from VirtualCollectionT) |
Dispose |
Releases the list and removes both incoming and outgoing subscriptions.
(Inherited from FastBindingListT) |
Dispose(Boolean) |
Releases the resources used by this FastBindingListT instance.
(Inherited from FastBindingListT) |
EndNew |
Commits a pending new item of any position added by the AddNew method.
(Overrides FastBindingListTEndNew) |
EndNew(Int32) |
Commits a pending new item added by the AddNew method.
(Overrides FastBindingListTEndNew(Int32)) |
Find(PropertyDescriptor, Object) |
Searches for the index of the item that has the specified property descriptor with the specified value.
(Inherited from FastBindingListT) |
Find(String, Object) |
Searches for the index of the item that has the specified property descriptor with the specified value.
(Inherited from FastBindingListT) |
FindCore |
Searches for the index of the item that has the specified property descriptor with the specified value.
(Overrides FastBindingListTFindCore(PropertyDescriptor, Object)) |
GetEnumerator |
Returns an enumerator that iterates through the SortableBindingListT.
(Overrides VirtualCollectionTGetEnumerator) |
GetItem |
Gets the element at the specified index.
(Overrides FastBindingListTGetItem(Int32)) |
GetItemIndex |
Gets the zero-based index of the first of the specified item within the FastLookupCollectionT.
(Overrides FastLookupCollectionTGetItemIndex(T)) |
IndexOf |
Searches for the specified object and returns the zero-based index of an occurrence within the entire VirtualCollectionT.
Calls the overridable GetItemIndex method.
(Inherited from VirtualCollectionT) |
InnerListChanged |
Invalidates the internally stored index mapping. Call if the wrapped list that has been passed to the constructor has been changed explicitly.
(Overrides FastLookupCollectionTInnerListChanged) |
Insert |
Inserts an element into the VirtualCollectionT at the specified index.
Calls the overridable InsertItem method. (Inherited from VirtualCollectionT) |
InsertItem |
Inserts an element into the SortableBindingListT at the specified index.
(Overrides FastBindingListTInsertItem(Int32, T)) |
OnAddingNew |
Raises the AddingNew event.
(Inherited from FastBindingListT) |
OnListChanged |
Raises the ListChanged event.
(Overrides FastBindingListTOnListChanged(ListChangedEventArgs)) |
OnMapRebuilt |
Called after the internal index map has been rebuilt either when inconsistency has been detected or when InnerListChanged has been called.
(Inherited from FastBindingListT) |
Remove |
Removes one occurrence of a specific object from the VirtualCollectionT.
Calls the overridable RemoveItem method.
(Inherited from VirtualCollectionT) |
RemoveAt |
Removes the element at the specified index of the VirtualCollectionT.
Calls the overridable RemoveItem method.
(Inherited from VirtualCollectionT) |
RemoveIndexCore |
If overridden in a derived class, removes the PropertyDescriptors from the indices used for searching.
The base implementation does nothing.
(Inherited from FastBindingListT) |
RemoveItem |
Removes the first occurrence of item from the SortableBindingListT.
(Overrides FastLookupCollectionTRemoveItem(T)) |
RemoveItemAt |
Removes the element at the specified index from the SortableBindingListT.
(Overrides FastBindingListTRemoveItemAt(Int32)) |
RemoveSort |
Removes any sort applied by the ApplySort overloads.
(Inherited from FastBindingListT) |
RemoveSortCore |
Removes any sort applied by the ApplySortCore method.
(Overrides FastBindingListTRemoveSortCore) |
ResetBindings |
Raises the ListChanged event of type Reset.
(Inherited from FastBindingListT) |
ResetItem |
Raises the ListChanged event of type ItemChanged at the specified position.
(Inherited from FastBindingListT) |
SetItem |
Replaces the item at the specified index.
(Overrides FastBindingListTSetItem(Int32, T)) |