BcfRowViewRepository Methods |
[This is preliminary documentation and is subject to change.]
The BcfRowViewRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| AddChildRowViewProperties |
Adds child-row properties and returns a list containing added propertydescriptors.
| |
| AddFilterT |
Adds a filter.
| |
| AddParentRowViewProperties |
Adds parent-row properties and returns a list containing added propertydescriptors.
| |
| AddProperty |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| 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.) | |
| GetRowViewProperties |
Gets the BcfRowView-properties for data-binding.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RemoveProperty |
Removes specified property.
| |
| 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.) |