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, IList<TFaultView>, ICollection<TFaultView>, IEnumerable<TFaultView>, IReadOnlyList<TFaultView>, IReadOnlyCollection<TFaultView> where TFaultView : BcfFaultView
The BcfFaultViewCollectionTFaultView type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfFaultViewCollectionTFaultView |
Initializes a new instance.
|
| Name | Description | |
|---|---|---|
| AllowEdit | Gets or sets a value indicating whether items in the list can be edited. (Inherited from BindingListTFaultView.) | |
| AllowNew | Gets or sets a value indicating whether you can add items to the list using the AddNew method. (Inherited from BindingListTFaultView.) | |
| AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. (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 | Gets or sets a value indicating whether adding or removing items within the list raises ListChanged events. (Inherited from BindingListTFaultView.) | |
| SortDescriptions |
Gets the collection of sort descriptions currently applied to the data source.
| |
| SortDirectionCore | Gets the direction the list is sorted. (Inherited from BindingListTFaultView.) | |
| 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 BindingListTFaultView.) | |
| SupportsChangeNotificationCore | Gets a value indicating whether ListChanged events are enabled. (Inherited from BindingListTFaultView.) | |
| SupportsSearchingCore | Gets a value indicating whether the list supports searching. (Inherited from BindingListTFaultView.) | |
| SupportsSortingCore | Gets a value indicating whether the list supports sorting. (Inherited from BindingListTFaultView.) |
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the CollectionT. (Inherited from CollectionTFaultView.) | |
| AddNew | Adds a new item to the collection. (Inherited from BindingListTFaultView.) | |
| AddNewCore | Adds a new item to the end of the collection. (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 | Discards a pending new item. (Inherited from BindingListTFaultView.) | |
| Clear | Removes all elements from the CollectionT. (Inherited from CollectionTFaultView.) | |
| ClearFilter |
Removes the filter.
| |
| ClearItems | Removes all elements from the collection. (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 | Commits a pending new item to the collection. (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 | 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 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 | Inserts the specified item in the list at the specified index. (Inherited from BindingListTFaultView.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAddingNew | Raises the AddingNew event. (Inherited from BindingListTFaultView.) | |
| OnListChanged | Raises the ListChanged event. (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 | Removes the item at the specified index. (Inherited from BindingListTFaultView.) | |
| RemoveSortCore |
Removes the sort.
(Overrides BindingListTRemoveSortCore.) | |
| ResetBindings | Raises a ListChanged event of type Reset. (Inherited from BindingListTFaultView.) | |
| ResetItem | Raises a ListChanged event of type ItemChanged for the item at the specified position. (Inherited from BindingListTFaultView.) | |
| SetFilter |
Sets the filter function.
| |
| SetItem | Replaces the item at the specified index with the specified item. (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 comparisons and updates the item order.
| |
| 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 BindingListTFaultView.) | |
| Disposed |
Represents the method that handles the Disposed event.
| |
| ListChanged | Occurs when the list or an item in the list changes. (Inherited from BindingListTFaultView.) |
| Name | Description | |
|---|---|---|
| SelectManyTFaultView, TResult(FuncTFaultView, BcfReadOnlyArrayListTResult) | Overloaded.
Projects each element of a sequence to an IEnumerableT,
flattens the resulting sequences into one sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SelectManyTFaultView, TCollection, TResult(FuncTFaultView, BcfReadOnlyArrayListTCollection, FuncTFaultView, TCollection, TResult) | Overloaded.
Projects each element of a sequence to an IEnumerableT,
flattens the resulting sequences into one sequence, and invokes a result
selector function on each element therein.
(Defined by BcfReadOnlyArrayListExtensions.) |