| BcfValidatorResultTableViewTValidatorResultView Class | |
Namespace: CalculationWorks.ViewModel.Forms
public abstract class BcfValidatorResultTableView<TValidatorResultView> : BindingList<TValidatorResultView>, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable where TValidatorResultView : BcfValidatorResultView
The BcfValidatorResultTableViewTValidatorResultView type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfValidatorResultTableViewTValidatorResultView |
Initializes a new instance of the BcfValidatorResultTableViewTValidatorResultView class.
|
| Name | Description | |
|---|---|---|
| AllowEdit | (Inherited from BindingListTValidatorResultView.) | |
| AllowNew | (Inherited from BindingListTValidatorResultView.) | |
| AllowRemove | (Inherited from BindingListTValidatorResultView.) | |
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionTValidatorResultView.) | |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| IsSortedCore |
Gets a value indicating whether this instance is sorted.
(Overrides BindingList.IsSortedCore.) | |
| Item | Gets or sets the element at the specified index. (Inherited from CollectionTValidatorResultView.) | |
| Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionTValidatorResultView.) | |
| RaiseListChangedEvents | (Inherited from BindingListTValidatorResultView.) | |
| SortDescriptions |
Gets the collection of sort descriptions currently applied to the data source.
| |
| SortDirectionCore | (Inherited from BindingListTValidatorResultView.) | |
| SortPropertyCore | (Inherited from BindingListTValidatorResultView.) | |
| SupportsChangeNotificationCore | (Inherited from BindingListTValidatorResultView.) | |
| SupportsSearchingCore | (Inherited from BindingListTValidatorResultView.) | |
| SupportsSortingCore | (Inherited from BindingListTValidatorResultView.) |
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the CollectionT. (Inherited from CollectionTValidatorResultView.) | |
| AddNew | (Inherited from BindingListTValidatorResultView.) | |
| AddNewCore | (Inherited from BindingListTValidatorResultView.) | |
| ApplyFilter |
Applies the filter.
| |
| ApplySort |
Sorts the data source based on the given ListSortDescriptionCollection.
| |
| ApplySortCore |
Applies the sort.
(Overrides BindingList.ApplySortCore(PropertyDescriptor, ListSortDirection).) | |
| CancelNew | (Inherited from BindingListTValidatorResultView.) | |
| Clear | Removes all elements from the CollectionT. (Inherited from CollectionTValidatorResultView.) | |
| ClearItems | (Inherited from BindingListTValidatorResultView.) | |
| Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionTValidatorResultView.) | |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionTValidatorResultView.) | |
| CreateValidatorResultView |
Creates the validator result data view.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| EndNew | (Inherited from BindingListTValidatorResultView.) | |
| 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 BindingListTValidatorResultView.) | |
| GetDataSet |
Gets the BcfDataSet.
| |
| GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionTValidatorResultView.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetViewManager |
Gets the BcfViewManager.
| |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionTValidatorResultView.) | |
| Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionTValidatorResultView.) | |
| InsertItem | (Inherited from BindingListTValidatorResultView.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAddingNew | (Inherited from BindingListTValidatorResultView.) | |
| OnListChanged | (Inherited from BindingListTValidatorResultView.) | |
| Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionTValidatorResultView.) | |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionTValidatorResultView.) | |
| RemoveItem | (Inherited from BindingListTValidatorResultView.) | |
| RemoveSortCore |
Removes the sort.
(Overrides BindingList.RemoveSortCore.) | |
| ResetBindings | (Inherited from BindingListTValidatorResultView.) | |
| ResetItem | (Inherited from BindingListTValidatorResultView.) | |
| SetItem | (Inherited from BindingListTValidatorResultView.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AddingNew | (Inherited from BindingListTValidatorResultView.) | |
| ListChanged | (Inherited from BindingListTValidatorResultView.) |