Click or drag to resize
CalculationWorks Logo
BcfTableViewBase Class
Base class of row view collections.
Inheritance Hierarchy

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.2.1.2
Syntax
public abstract class BcfTableViewBase : IBcfModelObject

The BcfTableViewBase type exposes the following members.

Constructors
  NameDescription
Protected methodBcfTableViewBase
Initializes a new instance of the BcfTableViewBase class.
Top
Properties
  NameDescription
Public propertyBcfRowViews
Gets the row views.
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyName
Gets when ViewType is ChildView the name of associated BcfRelation, otherwise the name of associated BcfTable
Public propertyParentRowView
returns the parent BcfRowView if this is a childview, else null.
Public propertyRelation
Gets the associated BcfRelation if this is a childview, else null.
Public propertyTable
Gets the associated BcfTable
Public propertyViewManager
Gets the BcfViewManager this BcfTableViewBase belongs to.
Public propertyViewType
Gets the type of the view.
Top
Methods
  NameDescription
Public methodAddVirtualRowView
Adds a virtual BcfRowView.
Public methodContains
Determines whether the list contains the specified BcfRowView.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetContainedRowView
Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow or this BcfTableViewBase does not contain the associated BcfRowView.
Public methodGetHashCode (Inherited from Object.)
Public methodGetRowView
Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow.
Public methodGetRowViewAt
Gets the BcfRowView at the specified index.
Public methodGetRowViewType
Gets the type of the row views in this collection.
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the list.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDisposed
Raises the Disposed event.
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventDisposed
Occurs when the instance was disposed.
Top
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.2, 3.0, 2.1, 2.0
See Also