Click or drag to resize

BcfViewManagerDefaultViewCollection Class

[This is preliminary documentation and is subject to change.]

Represents the collection of a viewmanagers default-views
Inheritance Hierarchy
SystemObject
  CalculationWorks.ViewModel.WindowsBcfViewManagerDefaultViewCollection

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public class DefaultViewCollection : IReadOnlyCollection<BcfTableViewBase>, 
	IEnumerable<BcfTableViewBase>, IEnumerable

The BcfViewManagerDefaultViewCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodContains(String)
Determines whether the specified tableName is in the collection.
Public methodContains(BcfTable)
Determines whether the specified table is in the collection.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsViewCreated
Gets a value indicating the default view for specified table is created.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetDefaultView(String)
Finds and returns the item specified by tableName.
Public methodTryGetDefaultView(BcfTable)
Finds and returns the item specified by table.
Top
Extension Methods
  NameDescription
Public Extension MethodSelectManyBcfTableViewBase, TResult(FuncBcfTableViewBase, BcfReadOnlyArrayListTResult)Overloaded. (Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodSelectManyBcfTableViewBase, TCollection, TResult(FuncBcfTableViewBase, BcfReadOnlyArrayListTCollection, FuncBcfTableViewBase, TCollection, TResult)Overloaded.
Projects each element of a sequence to an IEnumerableT, flattens the resulting sequences into one sequence, and invokes a result selector function on each element therein.
(Defined by BcfReadOnlyArrayListExtensions.)
Top
See Also