BcfChildRelationCell Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfChildRelationCell type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildRelation |
Gets the BcfRelation the cell belongs to.
| |
| ChildRelationCellId |
Gets this cells identifier.
| |
| ChildRelationIndex |
Gets the ToChildRelationIndex of the relation.
| |
| ChildRows |
Returns this as IReadOnlyListT | |
| Count |
Gets the number of elements contained in the collection.
| |
| Counterparts |
Creates an array of the related BcfParentRelationCell.
| |
| Immutable |
Gets the internal array of rows wrapped in a BcfReadOnlyArrayListT.
| |
| OwningRow |
Gets the BcfRow the cell belongs to (the parent row).
|
| Name | Description | |
|---|---|---|
| AddChildRow |
Adds the specified row to the collection.
| |
| AddRange |
Adds the specified rows to the collection.
| |
| ChildRowsEquals |
Compares ChildRows with specified other childrows.
| |
| Clear |
Removes all childrows from this collection.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveChildRow |
Removes the specified row from this collection.
| |
| RemoveRange |
Removes specified rows from the collection.
| |
| SequenceEqual |
Returns true if specified otherRows-sequence equals this childrows.
| |
| SetChildRowOrder |
Sets the childrow order.
| |
| SetEquals |
Returns true if specified otherRows-set equals this childrows.
| |
| Sort |
Sorts childrows.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |