Click or drag to resize

BcfViewManagerDataRepository Class

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

Represents the data repository of a view-manager.
Inheritance Hierarchy
SystemObject
  CalculationWorks.ViewModel.WindowsBcfViewManagerDataRepository

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

The BcfViewManagerDataRepository 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.)
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 methodTryGetRowViewRepository(String)
Finds and returns the item specified by tableName.
Public methodTryGetRowViewRepository(BcfTable)
Finds and returns the item specified by table.
Top
Extension Methods
  NameDescription
Public Extension MethodSelectManyBcfRowViewRepository, TResult(FuncBcfRowViewRepository, BcfReadOnlyArrayListTResult)Overloaded. (Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodSelectManyBcfRowViewRepository, TCollection, TResult(FuncBcfRowViewRepository, BcfReadOnlyArrayListTCollection, FuncBcfRowViewRepository, 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