BcfFaultViewCollectionTFaultView Methods |
[This is preliminary documentation and is subject to change.]
The BcfFaultViewCollectionTFaultView generic type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyFilter |
Applies the filter.
| |
| ClearFilter |
Removes the filter.
| |
| ClearSort |
Removes the sort.
| |
| CopyTo |
Copies all the elements of the current one-dimensional Array to the specified one-dimensional Array starting at the specified destination Array index.
| |
| CreateFaultView |
Creates the TFaultView | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through this instance"/>.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Determines the index of a specific fault-view in the IList.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnCollectionChanged |
Raises the CollectionChanged event.
| |
| RemoveSort |
Removes the sort.
| |
| SetFilter |
Sets the filter function.
| |
| SetSort(IEnumerableComparisonTFaultView) |
Sets the sort function specified by comparisons and updates the item order.
| |
| SetSort(ComparisonTFaultView) |
Sets the sort function specified by comparisons and updates the item order.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| SelectManyTFaultView, TResult(FuncTFaultView, BcfReadOnlyArrayListTResult) | Overloaded.
Projects each element of a sequence to an IEnumerableT,
flattens the resulting sequences into one sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SelectManyTFaultView, TCollection, TResult(FuncTFaultView, BcfReadOnlyArrayListTCollection, FuncTFaultView, TCollection, TResult) | Overloaded.
Projects each element of a sequence to an IEnumerableT,
flattens the resulting sequences into one sequence, and invokes a result
selector function on each element therein.
(Defined by BcfReadOnlyArrayListExtensions.) |