Click or drag to resize

BcfFaultViewCollection Methods

The BcfFaultViewCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from CollectionBcfFaultView.)
Public methodAddNew
Adds a new item to the collection.
(Inherited from BindingListBcfFaultView.)
Protected methodAddNewCore
Adds a new item to the end of the collection.
(Inherited from BindingListBcfFaultView.)
Public methodApplyFilter
Applies the filter.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodApplySort
Sorts the data source based on the given ListSortDescriptionCollection.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected methodApplySortCore
Applies the sort.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodCancelNew
Discards a pending new item.
(Inherited from BindingListBcfFaultView.)
Public methodClear (Inherited from CollectionBcfFaultView.)
Public methodClearFilter
Removes the filter.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected methodClearItems
Removes all elements from the collection.
(Inherited from BindingListBcfFaultView.)
Public methodClearSort
Removes the sort.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodContains (Inherited from CollectionBcfFaultView.)
Public methodCopyTo (Inherited from CollectionBcfFaultView.)
Public methodCreateFaultView
Creates a BcfFaultView.
(Overrides BcfFaultViewCollectionTFaultViewCreateFaultView(BcfFault).)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodEndNew
Commits a pending new item to the collection.
(Inherited from BindingListBcfFaultView.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFindCore
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 BindingListBcfFaultView.)
Public methodGetEnumerator (Inherited from CollectionBcfFaultView.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionBcfFaultView.)
Public methodInsert (Inherited from CollectionBcfFaultView.)
Protected methodInsertItem
Inserts the specified item in the list at the specified index.
(Inherited from BindingListBcfFaultView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAddingNew
Raises the AddingNew event.
(Inherited from BindingListBcfFaultView.)
Protected methodOnListChanged
Raises the ListChanged event.
(Inherited from BindingListBcfFaultView.)
Public methodRemove (Inherited from CollectionBcfFaultView.)
Public methodRemoveAt (Inherited from CollectionBcfFaultView.)
Protected methodRemoveItem
Removes the item at the specified index.
(Inherited from BindingListBcfFaultView.)
Protected methodRemoveSortCore
Removes the sort.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodResetBindings
Raises a ListChanged event of type Reset.
(Inherited from BindingListBcfFaultView.)
Public methodResetItem
Raises a ListChanged event of type ItemChanged for the item at the specified position.
(Inherited from BindingListBcfFaultView.)
Public methodSetFilter
Sets the filter function.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected methodSetItem
Replaces the item at the specified index with the specified item.
(Inherited from BindingListBcfFaultView.)
Public methodSetSort(IEnumerableComparisonTFaultView)
Sets the sort function specified by comparisons and updates the item order.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodSetSort(ComparisonTFaultView)
Sets the sort function specified by comparisons and updates the item order.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also