BcfReflectedColumnCollection Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Forms
The BcfReflectedColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Array |
Gets the immutable-array containing the columns.
| |
| Count |
Returns the number of elements in the collection.
| |
| ItemInt32 |
Gets the element at the specified index.
| |
| ItemString |
Gets the BcfColumn from the collection with the specified column name.
|
| Name | Description | |
|---|---|---|
| Contains(String) |
Determines whether the specified name is in the collection.
| |
| Contains(BcfColumn) |
Determines whether the specified column in the collection.
| |
| 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.) | |
| TryGetColumn |
Gets the column with the specified name.
|