BcfTableViewBaseTRowView Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Forms
public abstract class BcfTableViewBase<TRowView> : BcfTableViewBase, IRaiseItemChangedEvents, IList<TRowView>, ICollection<TRowView>, IEnumerable<TRowView>, IEnumerable, IReadOnlyList<TRowView>, IReadOnlyCollection<TRowView> where TRowView : BcfRowView
The BcfTableViewBaseTRowView type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfTableViewBaseTRowView |
Initializes a new instance of the BcfTableViewBase class.
|
| Name | Description | |
|---|---|---|
| AllowDelete |
Gets or sets a value indicating whether implementation of Remove(Object) etc should delete the specified rowview.
(Inherited from BcfTableViewBase.) | |
| Count |
Gets the number of elements contained in the collection.
(Inherited from BcfTableViewBase.) | |
| FilteredCount |
Gets the number of items suppressed by filter.
(Inherited from BcfTableViewBase.) | |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from BcfTableViewBase.) | |
| IsFiltered |
Gets a value indicating the items in the list are filtered.
(Inherited from BcfTableViewBase.) | |
| IsSorted |
Gets a value indicating the items in the list are sorted.
(Inherited from BcfTableViewBase.) | |
| Item |
Gets the element at the specified index
| |
| Name |
Gets when ViewType is ChildView the name of associated BcfRelation, otherwise the name of associated BcfTable (Inherited from BcfTableViewBase.) | |
| ParentRowView |
Returns the parent BcfRowView if this is a childview, otherwise null.
(Inherited from BcfTableViewBase.) | |
| Relation |
Gets the associated BcfRelation if this is a childview, otherwise null.
(Inherited from BcfTableViewBase.) | |
| Repository |
Gets row-view repository.
(Inherited from BcfTableViewBase.) | |
| RowViews |
Gets the row views.
(Inherited from BcfTableViewBase.) | |
| RowViewType |
Gets the type of the row view.
(Overrides BcfTableViewBaseRowViewType.) | |
| SortDescriptions |
Gets the collection of sort descriptions currently applied to the data source.
(Inherited from BcfTableViewBase.) | |
| Sources |
Get the row view source-lists.
(Inherited from BcfTableViewBase.) | |
| Table |
Gets the associated BcfTable (Inherited from BcfTableViewBase.) | |
| ViewManager |
Gets the BcfViewManager this BcfTableViewBase belongs to.
(Inherited from BcfTableViewBase.) | |
| ViewType |
Gets the type of the view.
(Inherited from BcfTableViewBase.) |
| Name | Description | |
|---|---|---|
| AddVirtualRowView |
Adds a virtual BcfRowView.
| |
| ApplyFilter |
Applies the filter.
(Inherited from BcfTableViewBase.) | |
| ApplySort(ListSortDescriptionCollection) |
Sorts the collection based on the given ListSortDescriptionCollection.
(Inherited from BcfTableViewBase.) | |
| ApplySort(PropertyDescriptor, ListSortDirection) |
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
(Inherited from BcfTableViewBase.) | |
| ApplySort(String, ListSortDirection) |
Sorts the list based on a column name and a ListSortDirection.
(Inherited from BcfTableViewBase.) | |
| ClearFilter |
Removes the filter.
(Inherited from BcfTableViewBase.) | |
| ClearSort |
Removes the sort.
(Inherited from BcfTableViewBase.) | |
| Contains(Int32) |
Determines whether the list contains an entry identified by the specified row(-view)-identifier.
(Inherited from BcfTableViewBase.) | |
| Contains(BcfRow) |
Determines whether the list contains the specified row (Inherited from BcfTableViewBase.) | |
| Contains(BcfRowView) |
Determines whether the list contains the specified rowView.
(Inherited from BcfTableViewBase.) | |
| CopyTo |
Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.
| |
| CreateRowView |
Creates the row view.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfTableViewBase.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Inherited from BcfTableViewBase.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRowView(Int32) |
Gets the BcfRowView associated with the specified rowViewId.
| |
| GetRowView(BcfRow) |
Gets the BcfRowView associated with the specified row.
| |
| GetRowViewFromRepository |
Gets the BcfRowView associated with the specified rowViewId.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Gets the index of a specific item in the list.
(Inherited from BcfTableViewBase.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDisposed |
Raises the Disposed event.
(Inherited from BcfTableViewBase.) | |
| OnListChanged |
Raises the ListChanged-event.
(Inherited from BcfTableViewBase.) | |
| ResetSources |
Resets Sources of a custom view to null to use entire Repository.
(Inherited from BcfTableViewBase.) | |
| SetFilter(PredicateTRowView) |
Sets the filter function.
| |
| SetFilter(PredicateBcfRowView) |
Sets the filter function.
(Inherited from BcfTableViewBase.) | |
| SetSort(IEnumerableComparisonTRowView) |
Sets the sort function specified by comparisons and updates the item order.
| |
| SetSort(ComparisonTRowView) |
Sets the sort function specified by comparison and updates the item order.
| |
| SetSort(ComparisonTRowView) |
Sets the sort function specified by comparisons and updates the item order.
| |
| SetSort(ComparisonBcfRowView) |
Sets the sort function specified by comparison and updates the item order.
(Inherited from BcfTableViewBase.) | |
| SetSources |
Sets views as row-view-source. Set null to use entire Repository.
(Inherited from BcfTableViewBase.) | |
| Sort |
Sorts the collection based on the given sorts. The SortDescriptions property will not be updated.
(Inherited from BcfTableViewBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetRowView(NullableInt32) |
Gets the BcfRowView or null if this collection does not contains a row-view associated with the specified rowViewId.
| |
| TryGetRowView(BcfRow) | ||
| TryGetRowView(NullableInt32, BcfRowView) | Gets the BcfRowView associated with the specified rowViewId. (Inherited from BcfTableViewBase.) | |
| TryGetRowView(BcfRow, BcfRowView) | Gets the BcfRowView associated with the specified row. (Inherited from BcfTableViewBase.) | |
| TryGetRowViewFromRepository |
| Name | Description | |
|---|---|---|
| Disposed |
Represents the method that handles the disposed event of a component.
(Inherited from BcfTableViewBase.) | |
| ListChanged |
Occurs when the list changes or an item in the list changes.
(Inherited from BcfTableViewBase.) |
| Name | Description | |
|---|---|---|
| SelectManyTRowView, TResult(FuncTRowView, BcfReadOnlyArrayListTResult) | Overloaded.
Projects each element of a sequence to an IEnumerableT,
flattens the resulting sequences into one sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SelectManyTRowView, 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.) |