Click or drag to resize

BcfFaultViewCollectionTFaultView Class

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

Generic base class for BcfFaultView lists.
Inheritance Hierarchy
SystemObject
  CalculationWorks.ViewModel.WindowsBcfFaultViewCollectionTFaultView
    CalculationWorks.ViewModel.WindowsBcfFaultViewCollection

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntax
public abstract class BcfFaultViewCollection<TFaultView> : IDisposable, 
	IList<TFaultView>, ICollection<TFaultView>, IEnumerable<TFaultView>, 
	IEnumerable, INotifyCollectionChanged
where TFaultView : BcfFaultView

Type Parameters

TFaultView
The type of fault view items.

The BcfFaultViewCollectionTFaultView type exposes the following members.

Constructors
  NameDescription
Protected methodBcfFaultViewCollectionTFaultView
Initializes a new instance of the BcfFaultViewCollectionTFaultView class.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyIsFiltered
Gets a value indicating the items in the list are filtered.
Public propertyIsSorted
Gets a value indicating the items in the list are sorted.
Public propertyItem
Gets the fault-view at the specified index.
Top
Methods
  NameDescription
Public methodApplyFilter
Applies the filter.
Public methodClearFilter
Removes the filter.
Public methodClearSort
Removes the sort.
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.
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 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"/>.
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event.
Public methodRemoveSort
Removes the sort.
Public methodSetFilter
Sets the filter function.
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
Events
  NameDescription
Public eventCollectionChanged
Occurs when the collection changes.
Public eventDisposed
Represents the method that handles the Disposed event.
Top
Version Information

BCF

Supported in: 4.0
See Also