| BcfTableViewBase Class | |
Namespace: CalculationWorks.ViewModel.Windows
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.
| |
| Cleanup |
Method will be called when the instance will not longer be in use. Override this method to perform clean up operations.
| |
| 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.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveVirtualRowView |
Removes a virtual BcfRowView.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| 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.
| |
| RowViews |
Gets the row views.
| |
| Table |
Gets the associated BcfTable | |
| ViewManager |
Gets the BcfViewManager this BcfTableViewBase belongs to.
| |
| ViewType |
Gets the type of the view.
|