BcfTableRowCollection Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfTableRowCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of BcfRow contained in the BcfTableRowCollection instance.
| |
| Immutable |
Gets an immutable snapshot of the collection.
| |
| Table |
Gets the table owning this collection.
|
| Name | Description | |
|---|---|---|
| Contains |
Determines whether the specified row is in this table.
| |
| 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.) | |
| SetRowOrder |
Sets the childrow order.
| |
| Sort |
Sorts rows.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| SelectManyBcfRow, TResult(FuncBcfRow, BcfReadOnlyArrayListTResult) | Overloaded.
Projects each element of a sequence to an IEnumerableT,
flattens the resulting sequences into one sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SelectManyBcfRow, TCollection, TResult(FuncBcfRow, BcfReadOnlyArrayListTCollection, FuncBcfRow, 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.) |