Click or drag to resize

BcfRowViewRepository Methods

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

The BcfRowViewRepository type exposes the following members.

Methods
  NameDescription
Public methodAddChildRowViewProperties
Adds child-row properties
Public methodAddParentRowViewProperties
Adds parent-row properties.
Public methodAddProperty
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodContainsKey
Determines whether the dictionary contains an element that has the specified key.
(Inherited from ReadOnlyDictionaryInt32, BcfRowView.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyDictionaryInt32, BcfRowView.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRowViewProperties
Gets the BcfRowView-properties for data-binding.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveProperty
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetRowViewFromId
Gets the associated BcfRowView of specified RowId if found; otherwise null.
Public methodTryGetValue
Retrieves the value that is associated with the specified key.
(Inherited from ReadOnlyDictionaryInt32, BcfRowView.)
Top
See Also