BcfRowViewRepository Methods |
The BcfRowViewRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| AddFilterT |
Adds a filter.
| |
| ClearFilter |
Removes the filter.
| |
| Contains(BcfRow) |
Determines whether this repository contains a BcfRowView of specified row.
| |
| Contains(BcfRowView) |
Determines whether this repository contains specified rowView.
| |
| ContainsKey | Determines whether the dictionary contains an element that has the specified key. (Inherited from ReadOnlyDictionaryInt32, BcfRowView.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the ReadOnlyDictionaryTKey, TValue. (Inherited from ReadOnlyDictionaryInt32, BcfRowView.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| 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. | |
| TryGetValue | Retrieves the value that is associated with the specified key. (Inherited from ReadOnlyDictionaryInt32, BcfRowView.) |