BcfViewManagerDefaultViewCollection Class |
Namespace: CalculationWorks.ViewModel.Windows
The BcfViewManagerDefaultViewCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of items contained in this instance.
| |
| 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.) | |
| IsViewCreated |
Gets a value indicating the default view for specified table is created.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetDefaultView(String) |
Finds and returns the item specified by tableName.
| |
| TryGetDefaultView(BcfTable) |
Finds and returns the item specified by table.
|
| Name | Description | |
|---|---|---|
| SelectManyBcfTableViewBase, TResult(FuncBcfTableViewBase, BcfReadOnlyArrayListTResult) | Overloaded.
Projects each element of a sequence to an IEnumerableT,
flattens the resulting sequences into one sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SelectManyBcfTableViewBase, 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.) |