BcfChildRelationCellTRow Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
public sealed class BcfChildRelationCell<TRow> : BcfChildRelationCell, IReadOnlyList<TRow>, IReadOnlyCollection<TRow>, IEnumerable<TRow>, IEnumerable where TRow : BcfRow
The BcfChildRelationCellTRow type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildRelation |
Gets the BcfRelation the cell belongs to.
(Inherited from BcfChildRelationCell.) | |
| ChildRelationCellId |
Gets this cells identifier.
(Inherited from BcfChildRelationCell.) | |
| ChildRelationIndex |
Gets the ToChildRelationIndex of the relation.
(Inherited from BcfChildRelationCell.) | |
| ChildRows |
Returns this as IReadOnlyListT (Inherited from BcfChildRelationCell.) | |
| Count |
Gets the number of elements contained in the collection.
(Inherited from BcfChildRelationCell.) | |
| Counterparts |
Creates an array of the related BcfParentRelationCell.
(Inherited from BcfChildRelationCell.) | |
| Immutable |
Gets the internal array of rows wrapped in a BcfReadOnlyArrayListT.
| |
| Item |
Gets the row at the specified zero-based index.
| |
| OwningRow |
Gets the BcfRow the cell belongs to (the parent row).
(Inherited from BcfChildRelationCell.) |
| Name | Description | |
|---|---|---|
| AddChildRow |
Adds the specified row to the collection.
(Inherited from BcfChildRelationCell.) | |
| AddRange |
Adds the specified rows to the collection.
(Inherited from BcfChildRelationCell.) | |
| ChildRowsEquals |
Compares ChildRows with specified other childrows.
(Inherited from BcfChildRelationCell.) | |
| Clear |
Removes all childrows from this collection.
(Inherited from BcfChildRelationCell.) | |
| 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.) | |
| IndexOf |
Gets the index of a specific item in the list.
(Inherited from BcfChildRelationCell.) | |
| RemoveChildRow |
Removes the specified row from this collection.
(Inherited from BcfChildRelationCell.) | |
| RemoveRange |
Removes specified rows from the collection.
(Inherited from BcfChildRelationCell.) | |
| SequenceEqual |
Returns true if specified otherRows-sequence equals this childrows.
(Inherited from BcfChildRelationCell.) | |
| SetChildRowOrder |
Sets the childrow order.
(Inherited from BcfChildRelationCell.) | |
| SetEquals |
Returns true if specified otherRows-set equals this childrows.
(Inherited from BcfChildRelationCell.) | |
| Sort |
Sorts childrows.
(Inherited from BcfChildRelationCell.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| SelectManyTRow, TResult(FuncTRow, BcfReadOnlyArrayListTResult) | Overloaded.
Projects each element of a sequence to an IEnumerableT,
flattens the resulting sequences into one sequence.
(Defined by BcfReadOnlyArrayListExtensions.) | |
| SelectManyTRow, TCollection, TResult(FuncTRow, BcfReadOnlyArrayListTCollection, FuncTRow, 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.) |