BcfTableViewBase Methods |
[This is preliminary documentation and is subject to change.]
The BcfTableViewBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AddVirtualRowView |
Adds a virtual BcfRowView.
| |
| ApplyFilter |
Applies the filter.
| |
| ApplySort(ListSortDescriptionCollection) |
Sorts the collection based on the given ListSortDescriptionCollection.
| |
| ApplySort(PropertyDescriptor, ListSortDirection) |
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
| |
| ApplySort(String, ListSortDirection) |
Sorts the list based on a column name and a ListSortDirection.
| |
| ClearFilter |
Removes the filter.
| |
| ClearSort |
Removes the sort.
| |
| Contains(Int32) |
Determines whether the list contains an entry identified by the specified row(-view)-identifier.
| |
| Contains(BcfRowView) |
Determines whether the list contains the specified BcfRowView.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRowView(Int32) |
Gets the BcfRowView associated with the specified rowId.
| |
| GetRowView(BcfRow) |
Gets the BcfRowView associated with the specified row.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Gets the index of a specific item in the list.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDisposed |
Raises the Disposed event.
| |
| OnListChanged |
Raises the ListChanged-event.
| |
| SetFilter |
Sets the filter function.
| |
| SetSingleRowViewSource |
Sets one view as row-view-source.
| |
| SetSort |
Sets the sort function specified by comparison and updates the item order.
| |
| Sort |
Sorts the collection based on the given sorts. The SortDescriptions property will not be updated.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetRowView(NullableInt32) | ||
| TryGetRowView(BcfRow) |