BcfChildRelationCellTRow Methods |
[This is preliminary documentation and is subject to change.]
The BcfChildRelationCellTRow generic type exposes the following members.
| 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.) |