| BcfTableViewBaseTRowView Methods | |
The BcfTableViewBaseTRowView generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AddVirtualRowView |
Adds a virtual BcfRowView.
(Inherited from BcfTableViewBase.) | |
| Cleanup |
Method will be called when the instance will not longer be in use. Override this method to perform clean up operations.
(Inherited from BcfTableViewBase.) | |
| Contains |
Determines whether this collection contains the specified item.
| |
| CopyTo |
Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.
| |
| CreateRowView |
Creates the row view.
| |
| Equals | (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.) | |
| GetContainedRowView |
Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow or this BcfTableViewBase does not contain the associated BcfRowView.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetRowView | ||
| GetRowViewAt |
Gets the BcfRowView at the specified index.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Determines 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.
| |
| RemoveVirtualRowView |
Removes a virtual BcfRowView.
(Inherited from BcfTableViewBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |