BcfTableCollection Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfTableCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Array |
Gets the internal immutable-array.
| |
| Count |
Returns the number of elements in the collection.
| |
| ItemInt32 |
Gets the element at the specified index.
| |
| ItemString |
Gets the BcfTable with the specified tableName.
|
| Name | Description | |
|---|---|---|
| Contains |
Determines whether the specified table name is contained.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Gets an Enumerator that can be used to iterate through the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetTable |
Gets the BcfTable with specified tableName.
|