Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseTRowView Class
Generic base class of row view collections.
Inheritance Hierarchy
SystemObject
  CalculationWorks.ViewModel.FormsBcfTableViewBase
    CalculationWorks.ViewModel.FormsBcfTableViewBaseTRowView
      CalculationWorks.ViewModel.FormsBcfCommonTableView

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public abstract class BcfTableViewBase<TRowView> : BcfTableViewBase, 
	IList<TRowView>, ICollection<TRowView>, IEnumerable<TRowView>, 
	IEnumerable
where TRowView : BcfRowView

Type Parameters

TRowView
The type of the BcfRowView.

The BcfTableViewBaseTRowView type exposes the following members.

Constructors
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.)
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 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 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 methodGetRowViewProperties
Gets the row view properties.
(Inherited from BcfTableViewBase.)
Public methodGetRowViewType
Gets the type of the row view.
(Overrides BcfTableViewBaseGetRowViewType.)
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.
Public methodIndexOf(BcfRowView)
Determines 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.)
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
Properties
  NameDescription
Public propertyAllowDelete
Gets or sets a value indicating whether windows forms components such as DataGridView should enable delete functionality.
(Inherited from BcfTableViewBase.)
Public propertyBcfRowViews
Gets the row views.
(Inherited from BcfTableViewBase.)
Public propertyCount
Gets the number of elements contained in the collection.
(Inherited from BcfTableViewBase.)
Public propertyFilterFunction
Gets or sets the filter function.
(Inherited from BcfTableViewBase.)
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
(Inherited from BcfTableViewBase.)
Public propertyIsSorted
Gets whether the items in the list are sorted.
(Inherited from BcfTableViewBase.)
Public propertyItem
Gets the element at the specified index
Public propertyName
Gets when ViewType is ChildView the name of associated BcfRelation, otherwise the name of associated BcfTable
(Inherited from BcfTableViewBase.)
Public propertyParentRowView
returns the parent BcfRowView if this is a childview, else null.
(Inherited from BcfTableViewBase.)
Public propertyRelation
Gets the associated BcfRelation if this is a childview, else null.
(Inherited from BcfTableViewBase.)
Public propertyRowViews
Gets the BcfRowViews.
Public propertySortDescriptions
Gets the collection of sort descriptions currently applied to the data source.
(Inherited from BcfTableViewBase.)
Public propertySortDirection
Gets the sort order.
(Inherited from BcfTableViewBase.)
Public propertySortProperty
Get the PropertyDescriptor that is being used for sorting.
(Inherited from BcfTableViewBase.)
Public propertyTable
Gets the associated BcfTable
(Inherited from BcfTableViewBase.)
Public propertyViewManager
Gets the BcfViewManager this BcfTableViewBase belongs to.
(Inherited from BcfTableViewBase.)
Public propertyViewType
Gets the type of the view.
(Inherited from BcfTableViewBase.)
Top
Events
  NameDescription
Public eventDisposed
Represents the method that handles the Disposed event of a component.
(Inherited from BcfTableViewBase.)
Public eventListChanged
Occurs when the list changes or an item in the list changes.
(Inherited from BcfTableViewBase.)
Top
See Also