BcfBindingSourceCollection Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Forms
The BcfBindingSourceCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfBindingSourceCollection | Initializes a new instance of the BcfBindingSourceCollection class |
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the Collection.
| |
| ItemInt32 |
Gets the item at the specified zero-based index.
| |
| ItemString |
Gets the item with the specified key.
|
| Name | Description | |
|---|---|---|
| Contains | Determines whether the ICollectionT contains a specific value. | |
| ContainsKey |
Determines whether the collection contains the specified key.
| |
| ContainsValue |
Determines whether the collection contains the specified value.
| |
| CopyTo | ||
| Equals | Determines whether the specified object is equal to the current object. (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.) | |
| IndexOf | Determines the index of a specific item in the IListT. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue |
Gets the value associated with the specified key.
|
| Name | Description | |
|---|---|---|
| SelectManyBcfBindingSource, TResult(FuncBcfBindingSource, BcfReadOnlyArrayListTResult) | Overloaded.
Projects each element of a sequence to an IEnumerableT,
flattens the resulting sequences into one sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SelectManyBcfBindingSource, TCollection, TResult(FuncBcfBindingSource, BcfReadOnlyArrayListTCollection, FuncBcfBindingSource, 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.) |