Click or drag to resize

BcfFaultViewCollection Class

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

Default implementation of a BcfFaultView list.
Default implementation of a BcfFaultView list.
Inheritance Hierarchy
SystemObject
  CalculationWorks.ViewModel.WindowsBcfFaultViewCollectionBcfFaultView
    CalculationWorks.ViewModel.WindowsBcfFaultViewCollection

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public class BcfFaultViewCollection : BcfFaultViewCollection<BcfFaultView>

The BcfFaultViewCollection type exposes the following members.

Constructors
  NameDescription
Public methodBcfFaultViewCollection
Initializes a new instance.
Top
Properties
Methods
  NameDescription
Public methodApplyFilter
Applies the filter.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodClearFilter
Removes the filter.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodClearSort
Removes the sort.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodCopyTo
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.)
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 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.)
Public methodGetEnumerator
Returns an enumerator that iterates through this instance"/>.
(Inherited from BcfFaultViewCollectionTFaultView.)
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
Determines the index of a specific fault-view in the IList.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodRemoveSort
Removes the sort.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodSetFilter
Sets the filter function.
(Inherited from BcfFaultViewCollectionTFaultView.)
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
Events
See Also