BcfViewManagerDefaultViewCollection Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Forms
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.
|