![]() | |
BcfTableViewBaseTRowView Class |
Namespace: CalculationWorks.ViewModel.Windows
public abstract class BcfTableViewBase<TRowView> : BcfTableViewBase, IList<TRowView>, ICollection<TRowView>, IEnumerable<TRowView>, IList, ICollection, IEnumerable, INotifyCollectionChanged where TRowView : BcfRowView
The BcfTableViewBaseTRowView type exposes the following members.
Name | Description | |
---|---|---|
![]() | BcfTableViewBaseTRowView |
Initializes a new instance of the BcfTableViewBase class.
|
Name | Description | |
---|---|---|
![]() | BcfRowViews |
Gets the row views.
(Inherited from BcfTableViewBase.) |
![]() | Count |
Gets the number of elements contained in the collection.
(Inherited from BcfTableViewBase.) |
![]() | IsDisposed |
Gets a value indicating whether this instance is disposed.
(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, else null.
(Inherited from BcfTableViewBase.) |
![]() | Relation |
Gets the associated BcfRelation if this is a childview, else null.
(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.) |
![]() | Contains(TRowView) |
Determines whether this collection contains the specified item.
|
![]() | 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.
|
![]() | 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.) |
![]() | GetContainedRowView |
Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow or this BcfTableViewBase does not contain the associated BcfRowView.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRowView | |
![]() | GetRowViewAt |
Gets the BcfRowView at the specified index.
|
![]() | GetRowViewType |
Gets the type of the row view.
(Overrides BcfTableViewBaseGetRowViewType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf(TRowView) |
Determines the index of a specific item in the list.
|
![]() | IndexOf(BcfRowView) |
Determines the index of a specific item in the list.
(Inherited from BcfTableViewBase.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnCollectionChanged |
Raises the CollectionChanged event with the provided arguments.
|
![]() | OnDisposed |
Raises the Disposed event.
(Inherited from BcfTableViewBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CollectionChanged |
Occurs when list is changed.
|
![]() | Disposed |
Occurs when the instance was disposed.
(Inherited from BcfTableViewBase.) |