BcfFaultViewCollection Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Forms
The BcfFaultViewCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfFaultViewCollection |
Initializes a new instance.
|
| Name | Description | |
|---|---|---|
| AllowEdit | Gets or sets a value indicating whether items in the list can be edited. (Inherited from BindingListBcfFaultView.) | |
| AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew method. (Inherited from BindingListBcfFaultView.) | |
| AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. (Inherited from BindingListBcfFaultView.) | |
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionBcfFaultView.) | |
| 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.) | |
| IsSortedCore |
Gets a value indicating whether this instance is sorted.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| Item | Gets or sets the element at the specified index. (Inherited from CollectionBcfFaultView.) | |
| Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionBcfFaultView.) | |
| RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. (Inherited from BindingListBcfFaultView.) | |
| SortDescriptions |
Gets the collection of sort descriptions currently applied to the data source.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| SortDirectionCore | Gets the direction the list is sorted. (Inherited from BindingListBcfFaultView.) | |
| SortPropertyCore | Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null. (Inherited from BindingListBcfFaultView.) | |
| SupportsChangeNotificationCore | Gets a value indicating whether ListChanged events are enabled. (Inherited from BindingListBcfFaultView.) | |
| SupportsSearchingCore | Gets a value indicating whether the list supports searching. (Inherited from BindingListBcfFaultView.) | |
| SupportsSortingCore | Gets a value indicating whether the list supports sorting. (Inherited from BindingListBcfFaultView.) |
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the CollectionT. (Inherited from CollectionBcfFaultView.) | |
| AddNew | Adds a new item to the collection. (Inherited from BindingListBcfFaultView.) | |
| AddNewCore | Adds a new item to the end of the collection. (Inherited from BindingListBcfFaultView.) | |
| ApplyFilter |
Applies the filter.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| ApplySort |
Sorts the data source based on the given ListSortDescriptionCollection.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| ApplySortCore |
Applies the sort.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| CancelNew | Discards a pending new item. (Inherited from BindingListBcfFaultView.) | |
| Clear | Removes all elements from the CollectionT. (Inherited from CollectionBcfFaultView.) | |
| ClearFilter |
Removes the filter.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| ClearItems | Removes all elements from the collection. (Inherited from BindingListBcfFaultView.) | |
| ClearSort |
Removes the sort.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionBcfFaultView.) | |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionBcfFaultView.) | |
| 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.) | |
| EndNew | Commits a pending new item to the collection. (Inherited from BindingListBcfFaultView.) | |
| 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.) | |
| FindCore | Searches for the index of the item that has the specified property descriptor with the specified value, if searching is implemented in a derived class; otherwise, a NotSupportedException. (Inherited from BindingListBcfFaultView.) | |
| GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionBcfFaultView.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionBcfFaultView.) | |
| Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionBcfFaultView.) | |
| InsertItem | Inserts the specified item in the list at the specified index. (Inherited from BindingListBcfFaultView.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAddingNew | Raises the AddingNew event. (Inherited from BindingListBcfFaultView.) | |
| OnListChanged | Raises the ListChanged event. (Inherited from BindingListBcfFaultView.) | |
| Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionBcfFaultView.) | |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionBcfFaultView.) | |
| RemoveItem | Removes the item at the specified index. (Inherited from BindingListBcfFaultView.) | |
| RemoveSortCore |
Removes the sort.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| ResetBindings | Raises a ListChanged event of type Reset. (Inherited from BindingListBcfFaultView.) | |
| ResetItem | Raises a ListChanged event of type ItemChanged for the item at the specified position. (Inherited from BindingListBcfFaultView.) | |
| SetFilter |
Sets the filter function.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| SetItem | Replaces the item at the specified index with the specified item. (Inherited from BindingListBcfFaultView.) | |
| 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 | |
|---|---|---|
| AddingNew | Occurs before an item is added to the list. (Inherited from BindingListBcfFaultView.) | |
| Disposed |
Represents the method that handles the Disposed event.
(Inherited from BcfFaultViewCollectionTFaultView.) | |
| ListChanged | Occurs when the list or an item in the list changes. (Inherited from BindingListBcfFaultView.) |