BcfTableViewBase Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Forms
The BcfTableViewBase type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfTableViewBase |
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.
| |
| Count |
Gets the number of elements contained in the collection.
| |
| FilteredCount |
Gets the number of items suppressed by filter.
| |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| IsFiltered |
Gets a value indicating the items in the list are filtered.
| |
| IsSorted |
Gets a value indicating the items in the list are sorted.
| |
| Item |
Gets the BcfRowView at the specified index.
| |
| Name |
Gets when ViewType is ChildView the name of associated BcfRelation, otherwise the name of associated BcfTable | |
| ParentRowView |
Returns the parent BcfRowView if this is a childview, otherwise null.
| |
| Relation |
Gets the associated BcfRelation if this is a childview, otherwise null.
| |
| Repository |
Gets row-view repository.
| |
| RowViews |
Gets the row views.
| |
| RowViewType |
Gets the type of the row views in this collection.
| |
| SortDescriptions |
Gets the collection of sort descriptions currently applied to the data source.
| |
| Sources |
Get the row view source-lists.
| |
| Table |
Gets the associated BcfTable | |
| ViewManager |
Gets the BcfViewManager this BcfTableViewBase belongs to.
| |
| ViewType |
Gets the type of the view.
|
| Name | Description | |
|---|---|---|
| AddVirtualRowView |
Adds a virtual BcfRowView.
| |
| ApplyFilter |
Applies the filter.
| |
| ApplySort(ListSortDescriptionCollection) |
Sorts the collection based on the given ListSortDescriptionCollection.
| |
| ApplySort(PropertyDescriptor, ListSortDirection) |
Sorts the list based on a PropertyDescriptor and a ListSortDirection.
| |
| ApplySort(String, ListSortDirection) |
Sorts the list based on a column name and a ListSortDirection.
| |
| ClearFilter |
Removes the filter.
| |
| ClearSort |
Removes the sort.
| |
| Contains(Int32) |
Determines whether the list contains an entry identified by the specified row(-view)-identifier.
| |
| Contains(BcfRow) |
Determines whether the list contains the specified row | |
| Contains(BcfRowView) |
Determines whether the list contains the specified rowView.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRowView(Int32) |
Gets the BcfRowView associated with the specified rowId.
| |
| GetRowView(BcfRow) |
Gets the BcfRowView associated with the specified row.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Gets the index of a specific item in the list.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDisposed |
Raises the Disposed event.
| |
| OnListChanged |
Raises the ListChanged-event.
| |
| ResetSources |
Resets Sources of a custom view to null to use entire Repository.
| |
| SetFilter |
Sets the filter function.
| |
| SetSort |
Sets the sort function specified by comparison and updates the item order.
| |
| SetSources |
Sets views as row-view-source. Set null to use entire Repository.
| |
| Sort |
Sorts the collection based on the given sorts. The SortDescriptions property will not be updated.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetRowView(NullableInt32) | ||
| TryGetRowView(BcfRow) | ||
| TryGetRowView(NullableInt32, BcfRowView) | Gets the BcfRowView associated with the specified rowViewId. | |
| TryGetRowView(BcfRow, BcfRowView) | Gets the BcfRowView associated with the specified row. |
| Name | Description | |
|---|---|---|
| Disposed |
Represents the method that handles the disposed event of a component.
| |
| ListChanged |
Occurs when the list changes or an item in the list changes.
|