Click or drag to resize

BcfTableViewBase Methods

The BcfTableViewBase type exposes the following members.

Methods
  NameDescription
Public methodAddVirtualRowView
Adds a virtual BcfRowView.
Public methodApplyFilter
Applies the filter.
Public methodApplySort(ListSortDescriptionCollection)
Sorts the collection based on the given ListSortDescriptionCollection.
Public methodApplySort(PropertyDescriptor, ListSortDirection)
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
Public methodApplySort(String, ListSortDirection)
Sorts the list based on a column name and a ListSortDirection.
Public methodClearFilter
Removes the filter.
Public methodClearSort
Removes the sort.
Public methodContains(Int32)
Determines whether the list contains an entry identified by the specified row(-view)-identifier.
Public methodContains(BcfRow)
Determines whether the list contains the specified row
Public methodContains(BcfRowView)
Determines whether the list contains the specified rowView.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRowView(Int32)
Gets the BcfRowView associated with the specified rowId.
Public methodGetRowView(BcfRow)
Gets the BcfRowView associated with the specified row.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index of a specific item in the list.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDisposed
Raises the Disposed event.
Protected methodOnListChanged
Raises the ListChanged-event.
Public methodResetSources
Resets Sources of a custom view to to use entire Repository.
Public methodSetFilter
Sets the filter function.
Public methodSetSort
Sets the sort function specified by comparison and updates the item order.
Public methodSetSources
Sets views as row-view-source. Set to use entire Repository.
Public methodSort
Sorts the collection based on the given sorts. The SortDescriptions property will not be updated.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetRowView(NullableInt32)
Gets the BcfRowView or if no BcfRowView is associated with the given BcfRow.
Public methodTryGetRowView(BcfRow)
Gets the BcfRowView or if no BcfRowView is associated with the given BcfRow.
Public methodTryGetRowView(NullableInt32, BcfRowView)
Gets the BcfRowView associated with the specified rowViewId.
Public methodTryGetRowView(BcfRow, BcfRowView)
Gets the BcfRowView associated with the specified row.
Top
See Also