Click or drag to resize

BcfRowViewRepository Methods

The BcfRowViewRepository type exposes the following members.

Methods
  NameDescription
Public methodAddChildRowViewProperties
Adds child-row properties and returns a list containing added propertydescriptors.
Public methodAddFilterT
Adds a filter.
Public methodAddParentRowViewProperties
Adds parent-row properties and returns a list containing added propertydescriptors.
Public methodAddProperty(PropertyDescriptor) Obsolete.
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodAddProperty(PropertyDescriptor, Boolean)
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
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 methodGetRowViewProperties
Gets the BcfRowView-properties for data-binding.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRaiseReset
Raises ListChanged with ListChangedType = Reset on all tableviews using rowviews of the repository.
Public methodRemoveProperty(String) Obsolete.
Removes specified property.
Public methodRemoveProperty(String, Boolean)
Removes specified property.
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