CalculationWorks Logo
BcfCommonTableView MethodsCalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

The BcfCommonTableView type exposes the following members.

Methods

  NameDescription
Public methodAddVirtualRowView
Adds a virtual BcfRowView.
(Inherited from BcfTableViewBase.)
Public methodApplyFilter
Applies the filter.
(Inherited from BcfTableViewBase.)
Public methodApplyFilter(Boolean)
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 methodContains
Determines whether this collection contains the specified item.
(Inherited from BcfTableViewBaseTRowView.)
Public methodCopyTo
Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.
(Inherited from BcfTableViewBaseTRowView.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfTableViewBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetContainedRowView
Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow or this BcfTableViewBase does not contain the associated BcfRowView.
(Inherited from BcfTableViewBaseTRowView.)
Public methodGetEnumerator
Gets the enumerator.
(Inherited from BcfTableViewBaseTRowView.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRowView
Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow.
(Inherited from BcfTableViewBaseTRowView.)
Public methodGetRowViewAt
Gets the BcfRowView at the specified index.
(Inherited from BcfTableViewBaseTRowView.)
Public methodGetRowViewProperties
Gets the row view properties.
(Inherited from BcfTableViewBase.)
Public methodGetRowViewType
Gets the type of the row view.
(Inherited from BcfTableViewBaseTRowView.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(TRowView)
Determines the index of a specific item in the list.
(Inherited from BcfTableViewBaseTRowView.)
Public methodIndexOf(BcfRowView)
Determines the index of a specific item in the list.
(Inherited from BcfTableViewBase.)
Public methodRemoveSort
Removes the applied sort.
(Inherited from BcfTableViewBase.)
Public methodRemoveVirtualRowView
Removes a virtual BcfRowView.
(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.)
Top
See Also

Reference