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.
| |
| 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(BcfRow) |
Determines whether the list contains the specified row | |
| Contains(BcfRowView) |
Determines whether the list contains the specified rowView.
| |
| 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.) | |
| OnCollectionChanged |
Raises the CollectionChanged event with the provided arguments.
| |
| OnDisposed |
Raises the Disposed event.
| |
| ResetSources |
Resets Sources of a custom view to null to use entire Repository.
| |
| SetFilter |
Sets the filter function.
| |
| SetSort |
Sets the sort function specified by comparison and updates the item order.
| |
| SetSources |
Sets views as row-view-source. Set null to use entire Repository.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetRowView(NullableInt32) | ||
| TryGetRowView(BcfRow) | ||
| TryGetRowView(NullableInt32, BcfRowView) | Gets the BcfRowView associated with the specified rowViewId. | |
| TryGetRowView(BcfRow, BcfRowView) | Gets the BcfRowView associated with the specified row. |