BcfRowViewRepository Properties |
[This is preliminary documentation and is subject to change.]
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.
|