BcfCellCollection Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfCellCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ICollectionT. (Inherited from BcfReadOnlyArrayListT.) | |
| ItemString |
Gets the BcfCell with the specified name.
| |
| ItemInt32 |
Gets the element at the specified index.
(Inherited from BcfReadOnlyArrayListT.) | |
| ItemBcfColumn |
Gets the BcfCell of specified column.
|
| Name | Description | |
|---|---|---|
| Contains | Determines whether the ICollectionT contains a specific value. (Inherited from BcfReadOnlyArrayListT.) | |
| CopyTo | (Inherited from BcfReadOnlyArrayListT.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator to enumerate inner array.
(Inherited from BcfReadOnlyArrayListT.) | |
| GetEnumeratorObject |
Returns the same enumerator as ((IEnumerable)this).GetEnumerator()
(Inherited from BcfReadOnlyArrayListT.) | |
| GetEnumeratorObject(IBcfMutableEnumerable) |
Returns an enumerator that throws InvalidOperationException when accessing it after Version changed.
(Inherited from BcfReadOnlyArrayListT.) | |
| 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. (Inherited from BcfReadOnlyArrayListT.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetCell(String) |
Gets the cell with the specified name if found; or null if columnName not found.
| |
| TryGetCell(String, BcfCell) | Gets the cell associated with the specified columnName. |
| Name | Description | |
|---|---|---|
| AggregateBcfCell(FuncBcfCell, BcfCell, BcfCell) | Overloaded.
Applies an accumulator function over a sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| AggregateBcfCell, TAccumulate, TResult(TAccumulate, FuncTAccumulate, BcfCell, TAccumulate, FuncTAccumulate, TResult) | Overloaded.
Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| AllBcfCell |
Gets a value indicating whether all elements in this collection
match a given condition.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| AnyBcfCell | Overloaded.
Gets a value indicating whether any elements are in this collection.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| AnyBcfCell(FuncBcfCell, Boolean) | Overloaded.
Gets a value indicating whether any elements are in this collection
that match a given condition.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| ElementAtBcfCell |
Returns the element at a specified index in a sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| ElementAtOrDefaultBcfCell |
Returns the element at a specified index in a sequence or a default value if the index is out of range.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| FirstBcfCell | Overloaded.
Returns the first element in a sequence that satisfies a specified condition.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| FirstBcfCell(FuncBcfCell, Boolean) | Overloaded.
Returns the first element in a sequence that satisfies a specified condition.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| FirstOrDefaultBcfCell | Overloaded.
Returns the first element of a sequence, or a default value if the sequence contains no elements.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| FirstOrDefaultBcfCell(FuncBcfCell, Boolean) | Overloaded.
Returns the first element of the sequence that satisfies a condition or a default value if no such element is found.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| LastBcfCell | Overloaded.
Returns the last element of a sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| LastBcfCell(FuncBcfCell, Boolean) | Overloaded.
Returns the last element of a sequence that satisfies a specified condition.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| LastOrDefaultBcfCell | Overloaded.
Returns the last element of a sequence, or a default value if the sequence contains no elements.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| LastOrDefaultBcfCell(FuncBcfCell, Boolean) | Overloaded.
Returns the last element of a sequence that satisfies a condition or a default value if no such element is found.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| ReverseBcfCell |
Inverts the order of the elements in a sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SelectBcfCell, TResult |
Projects each element of a sequence into a new form.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SingleBcfCell | Overloaded.
Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SingleBcfCell(FuncBcfCell, Boolean) | Overloaded.
Returns the only element of a sequence that satisfies a specified condition, and throws an exception if more than one such element exists.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SingleOrDefaultBcfCell | Overloaded.
Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SingleOrDefaultBcfCell(FuncBcfCell, Boolean) | Overloaded.
Returns the only element of a sequence that satisfies a specified condition or a default value if no such element exists; this method throws an exception if more than one element satisfies the condition.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| ToArrayBcfCell |
Copies the contents of this array to a mutable array.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| ToDictionaryBcfCell, TKey(FuncBcfCell, TKey) | Overloaded.
Creates a dictionary based on the contents of this array.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| ToDictionaryBcfCell, TKey(FuncBcfCell, TKey, IEqualityComparerTKey) | Overloaded.
Creates a dictionary based on the contents of this array.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| ToDictionaryBcfCell, TKey, TElement(FuncBcfCell, TKey, FuncBcfCell, TElement) | Overloaded.
Creates a dictionary based on the contents of this array.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| ToDictionaryBcfCell, TKey, TElement(FuncBcfCell, TKey, FuncBcfCell, TElement, IEqualityComparerTKey) | Overloaded.
Creates a dictionary based on the contents of this array.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| WhereBcfCell |
Filters a sequence of values based on a predicate.
(Defined by BcfReadOnlyArrayListExtensions.) |