Click or drag to resize

BcfTableViewBaseTRowView Methods

The BcfTableViewBaseTRowView generic type exposes the following members.

Methods
  NameDescription
Public methodAddVirtualRowView
Adds a virtual BcfRowView.
Public methodApplyFilter
Applies the filter.
(Inherited from BcfTableViewBase.)
Public methodApplySort(ListSortDescriptionCollection)
Sorts the collection based on the given ListSortDescriptionCollection.
(Inherited from BcfTableViewBase.)
Public methodApplySort(PropertyDescriptor, ListSortDirection)
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
(Inherited from BcfTableViewBase.)
Public methodApplySort(String, ListSortDirection)
Sorts the list based on a column name and a ListSortDirection.
(Inherited from BcfTableViewBase.)
Public methodClearFilter
Removes the filter.
(Inherited from BcfTableViewBase.)
Public methodClearSort
Removes the sort.
(Inherited from BcfTableViewBase.)
Public methodContains(Int32)
Determines whether the list contains an entry identified by the specified row(-view)-identifier.
(Inherited from BcfTableViewBase.)
Public methodContains(BcfRow)
Determines whether the list contains the specified row
(Inherited from BcfTableViewBase.)
Public methodContains(BcfRowView)
Determines whether the list contains the specified rowView.
(Inherited from BcfTableViewBase.)
Public methodCopyTo
Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.
Protected methodCreateRowView
Creates the row view.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfTableViewBase.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from BcfTableViewBase.)
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 methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRowView(Int32)
Gets the BcfRowView associated with the specified rowViewId.
Public methodGetRowView(BcfRow)
Gets the BcfRowView associated with the specified row.
Public methodGetRowViewFromRepository
Gets the BcfRowView associated with the specified rowViewId.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index of a specific item in the list.
(Inherited from BcfTableViewBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDisposed
Raises the Disposed event.
(Inherited from BcfTableViewBase.)
Protected methodOnListChanged
Raises the ListChanged-event.
(Inherited from BcfTableViewBase.)
Public methodResetSources
Resets Sources of a custom view to to use entire Repository.
(Inherited from BcfTableViewBase.)
Public methodSetFilter(PredicateTRowView)
Sets the filter function.
Public methodSetFilter(PredicateBcfRowView)
Sets the filter function.
(Inherited from BcfTableViewBase.)
Public methodSetSort(IEnumerableComparisonTRowView)
Sets the sort function specified by comparisons and updates the item order.
Public methodSetSort(ComparisonTRowView)
Sets the sort function specified by comparison and updates the item order.
Public methodSetSort(ComparisonTRowView)
Sets the sort function specified by comparisons and updates the item order.
Public methodSetSort(ComparisonBcfRowView)
Sets the sort function specified by comparison and updates the item order.
(Inherited from BcfTableViewBase.)
Public methodSetSources
Sets views as row-view-source. Set to use entire Repository.
(Inherited from BcfTableViewBase.)
Public methodSort
Sorts the collection based on the given sorts. The SortDescriptions property will not be updated.
(Inherited from BcfTableViewBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetRowView(NullableInt32)
Gets the BcfRowView or if this collection does not contains a row-view associated with the specified rowViewId.
Public methodTryGetRowView(BcfRow)
Gets the BcfRowView or if no BcfRowView is associated with the specified BcfRow.
Public methodTryGetRowView(NullableInt32, BcfRowView)
Gets the BcfRowView associated with the specified rowViewId.
(Inherited from BcfTableViewBase.)
Public methodTryGetRowView(BcfRow, BcfRowView)
Gets the BcfRowView associated with the specified row.
(Inherited from BcfTableViewBase.)
Public methodTryGetRowViewFromRepository
Gets the BcfRowView is associated with the specified rowViewId; or if not present.
Top
Extension Methods
  NameDescription
Public Extension MethodSelectManyTRowView, TResult(FuncTRowView, BcfReadOnlyArrayListTResult)Overloaded. (Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodSelectManyTRowView, TCollection, TResult(FuncTRowView, BcfReadOnlyArrayListTCollection, FuncTRowView, TCollection, TResult)Overloaded.
Projects each element of a sequence to an IEnumerableT, flattens the resulting sequences into one sequence, and invokes a result selector function on each element therein.
(Defined by BcfReadOnlyArrayListExtensions.)
Top
See Also