Click or drag to resize

BcfFaultViewCollection Class

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

Default implementation of a BcfFaultView list.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionBcfFaultView
    System.ComponentModelBindingListBcfFaultView
      CalculationWorks.ViewModel.FormsBcfFaultViewCollectionBcfFaultView
        CalculationWorks.ViewModel.FormsBcfFaultViewCollection

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

The BcfFaultViewCollection type exposes the following members.

Constructors
  NameDescription
Public methodBcfFaultViewCollection
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyAllowEdit (Inherited from BindingListBcfFaultView.)
Public propertyAllowNew (Inherited from BindingListBcfFaultView.)
Public propertyAllowRemove (Inherited from BindingListBcfFaultView.)
Public propertyCount (Inherited from CollectionBcfFaultView.)
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public propertyIsFiltered
Gets a value indicating the items in the list are filtered.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected propertyIsSortedCore
Gets a value indicating whether this instance is sorted.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionBcfFaultView.)
Protected propertyItems (Inherited from CollectionBcfFaultView.)
Public propertyRaiseListChangedEvents (Inherited from BindingListBcfFaultView.)
Public propertySortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected propertySortDirectionCore (Inherited from BindingListBcfFaultView.)
Protected propertySortPropertyCore (Inherited from BindingListBcfFaultView.)
Protected propertySupportsChangeNotificationCore (Inherited from BindingListBcfFaultView.)
Protected propertySupportsSearchingCore (Inherited from BindingListBcfFaultView.)
Protected propertySupportsSortingCore (Inherited from BindingListBcfFaultView.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionBcfFaultView.)
Public methodAddNew (Inherited from BindingListBcfFaultView.)
Protected methodAddNewCore (Inherited from BindingListBcfFaultView.)
Public methodApplyFilter
Applies the filter.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodApplySort
Sorts the data source based on the given ListSortDescriptionCollection.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected methodApplySortCore
Applies the sort.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodCancelNew (Inherited from BindingListBcfFaultView.)
Public methodClear (Inherited from CollectionBcfFaultView.)
Public methodClearFilter
Removes the filter.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected methodClearItems (Inherited from BindingListBcfFaultView.)
Public methodClearSort
Removes the sort.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodContains (Inherited from CollectionBcfFaultView.)
Public methodCopyTo (Inherited from CollectionBcfFaultView.)
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 methodEndNew (Inherited from BindingListBcfFaultView.)
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 BindingListBcfFaultView.)
Public methodGetEnumerator (Inherited from CollectionBcfFaultView.)
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 CollectionBcfFaultView.)
Public methodInsert (Inherited from CollectionBcfFaultView.)
Protected methodInsertItem (Inherited from BindingListBcfFaultView.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAddingNew (Inherited from BindingListBcfFaultView.)
Protected methodOnListChanged (Inherited from BindingListBcfFaultView.)
Public methodRemove (Inherited from CollectionBcfFaultView.)
Public methodRemoveAt (Inherited from CollectionBcfFaultView.)
Protected methodRemoveItem (Inherited from BindingListBcfFaultView.)
Protected methodRemoveSortCore
Removes the sort.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public methodResetBindings (Inherited from BindingListBcfFaultView.)
Public methodResetItem (Inherited from BindingListBcfFaultView.)
Public methodSetFilter
Sets the filter function.
(Inherited from BcfFaultViewCollectionTFaultView.)
Protected methodSetItem (Inherited from BindingListBcfFaultView.)
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 comparison 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
  NameDescription
Public eventAddingNew (Inherited from BindingListBcfFaultView.)
Public eventDisposed
Represents the method that handles the Disposed event.
(Inherited from BcfFaultViewCollectionTFaultView.)
Public eventListChanged (Inherited from BindingListBcfFaultView.)
Top
Version Information

Forms

Supported in: 4.0
See Also