Click or drag to resize

BcfRowViewRepository Properties

[This is preliminary documentation and is subject to change.]

The BcfRowViewRepository type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in the dictionary.
(Inherited from ReadOnlyDictionaryInt32, BcfRowView.)
Public propertyFilter
Public propertyItem
Gets the element that has the specified key.
(Inherited from ReadOnlyDictionaryInt32, BcfRowView.)
Public propertyKeys
Gets a key collection that contains the keys of the dictionary.
(Inherited from ReadOnlyDictionaryInt32, BcfRowView.)
Public propertyListResetOnUpdateThreshold
Prefer raising reset when more than ListResetOnUpdateThreshold rows are added or removed. Default is 30.
Public propertyReflectedChildRelations
Gets the collection of child-relations managed in this repository.
Public propertyReflectedColumns
Gets the collection of columns managed in this repository.
Public propertyReflectedParentRelations
Gets the collection of parent-relations managed in this repository.
Public propertyTable
Gets the BcfTable.
Public propertyValues
Gets a collection that contains the values in the dictionary.
(Inherited from ReadOnlyDictionaryInt32, BcfRowView.)
Public propertyViewManager
Gets the parent BcfViewManager.
Top
See Also