BcfRowViewRepository Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Forms
The BcfRowViewRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of items in the dictionary. (Inherited from ReadOnlyDictionaryInt32, BcfRowView.) | |
| Filter |
Gets or sets the row filter (see: CreateT(BcfColumnT, FuncT, Boolean)).
| |
| Item | Gets the element that has the specified key. (Inherited from ReadOnlyDictionaryInt32, BcfRowView.) | |
| Keys | Gets a key collection that contains the keys of the dictionary. (Inherited from ReadOnlyDictionaryInt32, BcfRowView.) | |
| ListResetOnUpdateThreshold |
Prefer raising reset when more than ListResetOnUpdateThreshold rows are added or removed. Default is 30.
| |
| ReflectedChildRelations |
Gets the collection of child-relations managed in this repository.
| |
| ReflectedColumns |
Gets the collection of columns managed in this repository.
| |
| ReflectedParentRelations |
Gets the collection of parent-relations managed in this repository.
| |
| Table |
Gets the BcfTable.
| |
| Values | Gets a collection that contains the values in the dictionary. (Inherited from ReadOnlyDictionaryInt32, BcfRowView.) | |
| ViewManager |
Gets the parent BcfViewManager.
|
| 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.) |