BcfViewManagerDataRepository Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Windows
The BcfViewManagerDataRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of items contained in this instance.
| |
| Faults |
Gets an IEnumerableT containing all (unfiltered) BcfFault.
| |
| ItemString |
Gets the item with the specified tableName.
| |
| ItemBcfTable |
Gets the item with the specified table.
|
| Name | Description | |
|---|---|---|
| Contains(String) |
Determines whether the specified tableName is in the collection.
| |
| Contains(BcfTable) |
Determines whether the specified table is in the collection.
| |
| 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.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetRowViewRepository(String) |
Finds and returns the item specified by tableName.
| |
| TryGetRowViewRepository(BcfTable) |
Finds and returns the item specified by table.
|
| Name | Description | |
|---|---|---|
| SelectManyBcfRowViewRepository, TResult(FuncBcfRowViewRepository, BcfReadOnlyArrayListTResult) | Overloaded.
Projects each element of a sequence to an IEnumerableT,
flattens the resulting sequences into one sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SelectManyBcfRowViewRepository, 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.) |