BcfFaultViewCollection Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Windows
The BcfFaultViewCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfFaultViewCollection |
Initializes a new instance.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the collection.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| IsFiltered |
Gets a value indicating the items in the list are filtered.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| IsSorted |
Gets a value indicating the items in the list are sorted.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| Item |
Gets the fault-view at the specified index.
(Inherited from BcfFaultViewCollectionTFaultView.) |
| Name | Description | |
|---|---|---|
| ApplyFilter |
Applies the filter.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| ClearFilter |
Removes the filter.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| ClearSort |
Removes the sort.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| CopyTo |
Copies all the elements of the current one-dimensional Array to the specified one-dimensional Array starting at the specified destination Array index.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| CreateFaultView |
Creates a BcfFaultView.
(Overrides BcfFaultViewCollectionTFaultViewCreateFaultView(BcfFault).) | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| 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"/>.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| 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.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnCollectionChanged |
Raises the CollectionChanged event.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| RemoveSort |
Removes the sort.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| SetFilter |
Sets the filter function.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| SetSort(IEnumerableComparisonTFaultView) |
Sets the sort function specified by comparisons and updates the item order.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| SetSort(ComparisonTFaultView) |
Sets the sort function specified by comparisons and updates the item order.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CollectionChanged |
Occurs when the collection changes.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| Disposed |
Represents the method that handles the Disposed event.
(Inherited from BcfFaultViewCollectionTFaultView.) |