BcfCommonTableView Methods |
The BcfCommonTableView type exposes the following members.
| Name | Description | |
|---|---|---|
| AddVirtualRowView |
Adds a virtual BcfRowView.
(Inherited from BcfTableViewBaseTRowView.) | |
| ApplyFilter |
Applies the filter.
(Inherited from BcfTableViewBase.) | |
| ApplySort(ListSortDescriptionCollection) |
Sorts the collection based on the given ListSortDescriptionCollection.
(Inherited from BcfTableViewBase.) | |
| ApplySort(PropertyDescriptor, ListSortDirection) |
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
(Inherited from BcfTableViewBase.) | |
| ApplySort(String, ListSortDirection) |
Sorts the list based on a column name and a ListSortDirection.
(Inherited from BcfTableViewBase.) | |
| ClearFilter |
Removes the filter.
(Inherited from BcfTableViewBase.) | |
| ClearSort |
Removes the sort.
(Inherited from BcfTableViewBase.) | |
| Contains(Int32) |
Determines whether the list contains an entry identified by the specified row(-view)-identifier.
(Inherited from BcfTableViewBase.) | |
| Contains(BcfRow) |
Determines whether the list contains the specified row (Inherited from BcfTableViewBase.) | |
| Contains(BcfRowView) |
Determines whether the list contains the specified rowView.
(Inherited from BcfTableViewBase.) | |
| CopyTo |
Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.
(Inherited from BcfTableViewBaseTRowView.) | |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfTableViewBase.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from BcfTableViewBaseTRowView.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRowView(Int32) |
Gets the BcfRowView associated with the specified rowViewId.
(Inherited from BcfTableViewBaseTRowView.) | |
| GetRowView(BcfRow) |
Gets the BcfRowView associated with the specified row.
(Inherited from BcfTableViewBaseTRowView.) | |
| GetRowViewFromRepository |
Gets the BcfRowView associated with the specified rowViewId.
(Inherited from BcfTableViewBaseTRowView.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Gets the index of a specific item in the list.
(Inherited from BcfTableViewBase.) | |
| ResetSources | (Inherited from BcfTableViewBase.) | |
| SetFilter(PredicateTRowView) |
Sets the filter function.
(Inherited from BcfTableViewBaseTRowView.) | |
| SetFilter(PredicateBcfRowView) |
Sets the filter function.
(Inherited from BcfTableViewBase.) | |
| SetSort(IEnumerableComparisonTRowView) |
Sets the sort function specified by comparisons and updates the item order.
(Inherited from BcfTableViewBaseTRowView.) | |
| SetSort(ComparisonTRowView) |
Sets the sort function specified by comparison and updates the item order.
(Inherited from BcfTableViewBaseTRowView.) | |
| SetSort(ComparisonTRowView) |
Sets the sort function specified by comparisons and updates the item order.
(Inherited from BcfTableViewBaseTRowView.) | |
| SetSort(ComparisonBcfRowView) |
Sets the sort function specified by comparison and updates the item order.
(Inherited from BcfTableViewBase.) | |
| SetSources |
Sets views as row-view-source. Set to use entire Repository.
(Inherited from BcfTableViewBase.) | |
| Sort |
Sorts the collection based on the given sorts. The SortDescriptions property will not be updated.
(Inherited from BcfTableViewBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetRowView(NullableInt32) |
Gets the BcfRowView or if this collection does not contains a row-view associated with the specified rowViewId.
(Inherited from BcfTableViewBaseTRowView.) | |
| TryGetRowView(BcfRow) | (Inherited from BcfTableViewBaseTRowView.) | |
| TryGetRowView(NullableInt32, BcfRowView) | Gets the BcfRowView associated with the specified rowViewId. (Inherited from BcfTableViewBase.) | |
| TryGetRowView(BcfRow, BcfRowView) | Gets the BcfRowView associated with the specified row. (Inherited from BcfTableViewBase.) | |
| TryGetRowViewFromRepository | (Inherited from BcfTableViewBaseTRowView.) |