Click or drag to resize

BcfTableViewBaseTRowView Class

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

Generic base class of row view collections.
Inheritance Hierarchy
SystemObject
  CalculationWorks.ViewModel.WindowsBcfTableViewBase
    CalculationWorks.ViewModel.WindowsBcfTableViewBaseTRowView

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
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
Properties
  NameDescription
Public propertyAllowDelete
Gets or sets a value indicating whether implementation of Remove(Object) etc should delete the specified rowview.
(Inherited from BcfTableViewBase.)
Public propertyCount
Gets the number of elements contained in the collection.
(Inherited from BcfTableViewBase.)
Public propertyFilteredCount
Gets the number of items suppressed by filter.
(Inherited from BcfTableViewBase.)
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
(Inherited from BcfTableViewBase.)
Public propertyIsFiltered
Gets a value indicating the items in the list are filtered.
(Inherited from BcfTableViewBase.)
Public propertyIsSorted
Gets a value indicating 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, otherwise null.
(Inherited from BcfTableViewBase.)
Public propertyRepository
Gets row-view repository.
(Inherited from BcfTableViewBase.)
Public propertyRowViews
Gets the row views.
(Inherited from BcfTableViewBase.)
Public propertyRowViewSources
Get or sets the row view source-lists.
(Inherited from BcfTableViewBase.)
Public propertyRowViewType
Gets the type of the row view.
(Overrides BcfTableViewBaseRowViewType.)
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
Methods
  NameDescription
Public methodAddVirtualRowView
Adds a virtual BcfRowView.
Public methodApplyFilter
Applies the filter.
(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(TRowView)
Determines whether this collection contains the specified item.
Public methodContains(BcfRowView)
Determines whether the list contains the specified BcfRowView.
(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(TRowView)
Gets the index of a specific item in the list.
Public methodIndexOf(BcfRowView)
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 methodOnCollectionChanged
Raises the CollectionChanged event with the provided arguments.
(Inherited from BcfTableViewBase.)
Protected methodOnDisposed
Raises the Disposed event.
(Inherited from BcfTableViewBase.)
Public methodSetFilter(PredicateTRowView)
Sets the filter function.
Public methodSetFilter(PredicateBcfRowView)
Sets the filter function.
(Inherited from BcfTableViewBase.)
Public methodSetSingleRowViewSource
Sets one view as row-view-source.
(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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetRowView(NullableInt32)
Gets the BcfRowView or null if this collection does not contains a row-view associated with the specified rowViewId.
Public methodTryGetRowView(BcfRow)
Gets the BcfRowView or null if no BcfRowView is associated with the specified BcfRow.
Public methodTryGetRowViewFromRepository
Gets the BcfRowView or null if no BcfRowView is associated with the specified rowViewId.
Top
Events
  NameDescription
Public eventCollectionChanged
Occurs when the collection changes.
(Inherited from BcfTableViewBase.)
Public eventDisposed
Represents the method that handles the disposed event of a component.
(Inherited from BcfTableViewBase.)
Top
Version Information

BCF

Supported in: 4.0
See Also