| BcfTableViewBase Class | |
Namespace: CalculationWorks.ViewModel.Forms
The BcfTableViewBase type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfTableViewBase |
Initializes a new instance of the BcfTableViewBase class.
|
| Name | Description | |
|---|---|---|
| AddVirtualRowView |
Adds a virtual BcfRowView.
| |
| ApplyFilter |
Applies the filter.
| |
| ApplyFilter(Boolean) |
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.
| |
| Cleanup |
Method will be called when the instance will not longer be in use. Override this method to perform clean up operations.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| Equals | (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.) | |
| GetContainedRowView |
Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow or this BcfTableViewBase does not contain the associated BcfRowView.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetRowView | ||
| GetRowViewAt |
Gets the BcfRowView at the specified index.
| |
| GetRowViewProperties |
Gets the row view properties.
| |
| GetRowViewType |
Gets the type of the row views in this collection.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Determines the index of a specific item in the list.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveSort |
Removes the applied sort.
| |
| RemoveVirtualRowView |
Removes a virtual BcfRowView.
| |
| 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.) |
| Name | Description | |
|---|---|---|
| AllowDelete |
Gets or sets a value indicating whether windows forms components such as DataGridView should enable delete functionality.
| |
| BcfRowViews |
Gets the row views.
| |
| Count |
Gets the number of elements contained in the collection.
| |
| FilterFunction |
Gets or sets the filter function.
| |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
| |
| IsSorted |
Gets whether the items in the list are sorted.
| |
| 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, else null.
| |
| Relation |
Gets the associated BcfRelation if this is a childview, else null.
| |
| SortDescriptions |
Gets the collection of sort descriptions currently applied to the data source.
| |
| SortDirection |
Gets the sort order.
| |
| SortProperty |
Get the PropertyDescriptor that is being used for sorting.
| |
| Table |
Gets the associated BcfTable | |
| ViewManager |
Gets the BcfViewManager this BcfTableViewBase belongs to.
| |
| ViewType |
Gets the type of the view.
|
| 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.
|