Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseTRowView Methods

The BcfTableViewBaseTRowView generic type exposes the following members.

Methods
  NameDescription
Public methodAddVirtualRowView
Adds a virtual BcfRowView.
(Inherited from BcfTableViewBase.)
Protected methodCleanup
Method will be called when the instance will not longer be in use. Override this method to perform clean up operations.
(Inherited from BcfTableViewBase.)
Public methodContains
Determines whether this collection contains the specified item.
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 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 methodGetContainedRowView
Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow or this BcfTableViewBase does not contain the associated BcfRowView.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
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.
Public methodGetRowViewAt
Gets the BcfRowView at the specified index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the list.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event with the provided arguments.
Public methodRemoveVirtualRowView
Removes a virtual BcfRowView.
(Inherited from BcfTableViewBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also