Click or drag to resize

BcfFaultViewCollectionTFaultView Methods

[This is preliminary documentation and is subject to change.]

The BcfFaultViewCollectionTFaultView generic type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from CollectionTFaultView.)
Public methodAddNew (Inherited from BindingListTFaultView.)
Protected methodAddNewCore (Inherited from BindingListTFaultView.)
Public methodApplyFilter
Applies the filter.
Public methodApplySort
Sorts the data source based on the given ListSortDescriptionCollection.
Protected methodApplySortCore
Applies the sort.
(Overrides BindingListTApplySortCore(PropertyDescriptor, ListSortDirection).)
Public methodCancelNew (Inherited from BindingListTFaultView.)
Public methodClear (Inherited from CollectionTFaultView.)
Public methodClearFilter
Removes the filter.
Protected methodClearItems (Inherited from BindingListTFaultView.)
Public methodClearSort
Removes the sort.
Public methodContains (Inherited from CollectionTFaultView.)
Public methodCopyTo (Inherited from CollectionTFaultView.)
Public methodCreateFaultView
Creates the TFaultView
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEndNew (Inherited from BindingListTFaultView.)
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 (Inherited from BindingListTFaultView.)
Public methodGetEnumerator (Inherited from CollectionTFaultView.)
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 CollectionTFaultView.)
Public methodInsert (Inherited from CollectionTFaultView.)
Protected methodInsertItem (Inherited from BindingListTFaultView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAddingNew (Inherited from BindingListTFaultView.)
Protected methodOnListChanged (Inherited from BindingListTFaultView.)
Public methodRemove (Inherited from CollectionTFaultView.)
Public methodRemoveAt (Inherited from CollectionTFaultView.)
Protected methodRemoveItem (Inherited from BindingListTFaultView.)
Protected methodRemoveSortCore
Removes the sort.
(Overrides BindingListTRemoveSortCore.)
Public methodResetBindings (Inherited from BindingListTFaultView.)
Public methodResetItem (Inherited from BindingListTFaultView.)
Public methodSetFilter
Sets the filter function.
Protected methodSetItem (Inherited from BindingListTFaultView.)
Public methodSetSort(IEnumerableComparisonTFaultView)
Sets the sort function specified by comparisons and updates the item order.
Public methodSetSort(ComparisonTFaultView)
Sets the sort function specified by comparison and updates the item order.
Public methodSetSort(ComparisonTFaultView)
Sets the sort function specified by comparisons and updates the item order.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also