![]() | |
BcfCommonTableView Class |
Namespace: CalculationWorks.ViewModel.Forms
The BcfCommonTableView type exposes the following members.
Name | Description | |
---|---|---|
![]() | BcfCommonTableView |
Initializes a new instance of the BcfCommonTableView class.
|
Name | Description | |
---|---|---|
![]() | AllowDelete |
Gets or sets a value indicating whether windows forms components such as DataGridView should enable delete functionality.
(Inherited from BcfTableViewBase.) |
![]() | BcfRowViews |
Gets the row views.
(Inherited from BcfTableViewBase.) |
![]() | Count |
Gets the number of elements contained in the collection.
(Inherited from BcfTableViewBase.) |
![]() | FilterFunction |
Gets or sets the filter function.
(Inherited from BcfTableViewBase.) |
![]() | IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from BcfTableViewBase.) |
![]() | IsSorted |
Gets whether the items in the list are sorted.
(Inherited from BcfTableViewBase.) |
![]() | Item |
Gets the element at the specified index
(Inherited from BcfTableViewBaseTRowView.) |
![]() | 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, else null.
(Inherited from BcfTableViewBase.) |
![]() | Relation |
Gets the associated BcfRelation if this is a childview, else null.
(Inherited from BcfTableViewBase.) |
![]() | RowViews |
Gets the BcfRowViews.
(Inherited from BcfTableViewBaseTRowView.) |
![]() | SortDescriptions |
Gets the collection of sort descriptions currently applied to the data source.
(Inherited from BcfTableViewBase.) |
![]() | SortDirection |
Gets the sort order.
(Inherited from BcfTableViewBase.) |
![]() | SortProperty |
Get the PropertyDescriptor that is being used for sorting.
(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.
(Inherited from BcfTableViewBase.) |
![]() | ApplyFilter |
Applies the filter.
(Inherited from BcfTableViewBase.) |
![]() | ApplyFilter(Boolean) |
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.) |
![]() | Contains(TRowView) |
Determines whether this collection contains the specified item.
(Inherited from BcfTableViewBaseTRowView.) |
![]() | Contains(BcfRowView) |
Determines whether the list contains the specified BcfRowView.
(Inherited from BcfTableViewBase.) |
![]() | CopyTo |
Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.
(Inherited from BcfTableViewBaseTRowView.) |
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BcfTableViewBase.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (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.
(Inherited from BcfTableViewBaseTRowView.) |
![]() | GetDefaultView |
Gets the default view.
(Inherited from BcfTableViewBase.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from BcfTableViewBaseTRowView.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRowView | (Inherited from BcfTableViewBaseTRowView.) |
![]() | GetRowViewAt |
Gets the BcfRowView at the specified index.
(Inherited from BcfTableViewBaseTRowView.) |
![]() | GetRowViewProperties |
Gets the row view properties.
(Inherited from BcfTableViewBase.) |
![]() | GetRowViewSources |
Gets the row view sources. Only custom views have source views.
(Inherited from BcfTableViewBase.) |
![]() | GetRowViewType |
Gets the type of the row view.
(Inherited from BcfTableViewBaseTRowView.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf(TRowView) |
Determines the index of a specific item in the list.
(Inherited from BcfTableViewBaseTRowView.) |
![]() | IndexOf(BcfRowView) |
Determines the index of a specific item in the list.
(Inherited from BcfTableViewBase.) |
![]() | RemoveSort |
Removes the applied sort.
(Inherited from BcfTableViewBase.) |
![]() | SetRowViewSources |
Sets the row view sources.
(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.) |
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.) |