BcfFaultViewCollectionTFaultView Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Forms
public abstract class BcfFaultViewCollection<TFaultView> : BindingList<TFaultView>, IBindingListView, IBindingList, IList, ICollection, IEnumerable, IDisposable where TFaultView : BcfFaultView
The BcfFaultViewCollectionTFaultView type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfFaultViewCollectionTFaultView |
Initializes a new instance.
|
| Name | Description | |
|---|---|---|
| AllowEdit | (Inherited from BindingListTFaultView.) | |
| AllowNew | (Inherited from BindingListTFaultView.) | |
| AllowRemove | (Inherited from BindingListTFaultView.) | |
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionTFaultView.) | |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| IsFiltered |
Gets a value indicating the items in the list are filtered.
| |
| IsSortedCore |
Gets a value indicating whether this instance is sorted.
(Overrides BindingListTIsSortedCore.) | |
| Item | Gets or sets the element at the specified index. (Inherited from CollectionTFaultView.) | |
| Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionTFaultView.) | |
| RaiseListChangedEvents | (Inherited from BindingListTFaultView.) | |
| SortDescriptions |
Gets the collection of sort descriptions currently applied to the data source.
| |
| SortDirectionCore | (Inherited from BindingListTFaultView.) | |
| SortPropertyCore | (Inherited from BindingListTFaultView.) | |
| SupportsChangeNotificationCore | (Inherited from BindingListTFaultView.) | |
| SupportsSearchingCore | (Inherited from BindingListTFaultView.) | |
| SupportsSortingCore | (Inherited from BindingListTFaultView.) |
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the CollectionT. (Inherited from CollectionTFaultView.) | |
| AddNew | (Inherited from BindingListTFaultView.) | |
| AddNewCore | (Inherited from BindingListTFaultView.) | |
| ApplyFilter |
Applies the filter.
| |
| ApplySort |
Sorts the data source based on the given ListSortDescriptionCollection.
| |
| ApplySortCore |
Applies the sort.
(Overrides BindingListTApplySortCore(PropertyDescriptor, ListSortDirection).) | |
| CancelNew | (Inherited from BindingListTFaultView.) | |
| Clear | Removes all elements from the CollectionT. (Inherited from CollectionTFaultView.) | |
| ClearFilter |
Removes the filter.
| |
| ClearItems | (Inherited from BindingListTFaultView.) | |
| ClearSort |
Removes the sort.
| |
| Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionTFaultView.) | |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionTFaultView.) | |
| CreateFaultView |
Creates the TFaultView | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| EndNew | (Inherited from BindingListTFaultView.) | |
| 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 | (Inherited from BindingListTFaultView.) | |
| GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionTFaultView.) | |
| 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 CollectionTFaultView.) | |
| Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionTFaultView.) | |
| InsertItem | (Inherited from BindingListTFaultView.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAddingNew | (Inherited from BindingListTFaultView.) | |
| OnListChanged | (Inherited from BindingListTFaultView.) | |
| Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionTFaultView.) | |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionTFaultView.) | |
| RemoveItem | (Inherited from BindingListTFaultView.) | |
| RemoveSortCore |
Removes the sort.
(Overrides BindingListTRemoveSortCore.) | |
| ResetBindings | (Inherited from BindingListTFaultView.) | |
| ResetItem | (Inherited from BindingListTFaultView.) | |
| SetFilter |
Sets the filter function.
| |
| SetItem | (Inherited from BindingListTFaultView.) | |
| SetSort(IEnumerableComparisonTFaultView) |
Sets the sort function specified by comparisons and updates the item order.
| |
| SetSort(ComparisonTFaultView) |
Sets the sort function specified by comparison and updates the item order.
| |
| SetSort(ComparisonTFaultView) |
Sets the sort function specified by comparisons and updates the item order.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AddingNew | (Inherited from BindingListTFaultView.) | |
| Disposed |
Represents the method that handles the Disposed event.
| |
| ListChanged | (Inherited from BindingListTFaultView.) |