Click or drag to resize

BcfRowViewRepository Methods

The BcfRowViewRepository type exposes the following members.

Methods
  NameDescription
Public methodAddFilterT
Adds a filter.
Public methodClearFilter
Removes the filter.
Public methodContains(BcfRow)
Determines whether this repository contains a BcfRowView of specified row.
Public methodContains(BcfRowView)
Determines whether this repository contains specified rowView.
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetRowView(NullableInt32)
Gets the associated BcfRowView of specified RowId if found; otherwise .
Public methodTryGetRowView(BcfRow)
Gets the associated BcfRowView of specified row if found; otherwise .
Public methodTryGetRowView(NullableInt32, BcfRowView)
Gets the BcfRowView associated with the specified rowViewId.
Public methodTryGetRowView(BcfRow, BcfRowView)
Gets the BcfRowView associated with the specified row.
Public methodTryGetValue
Retrieves the value that is associated with the specified key.
(Inherited from ReadOnlyDictionaryInt32, BcfRowView.)
Top
See Also