| BcfRelatedRowCell Class | |
Namespace: CalculationWorks.BusinessModel
The BcfRelatedRowCell type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetRelatedRow(BcfRow) |
Sets the related (parent) row optimistic.
| |
| SetRelatedRow(BcfRow, Boolean) |
Sets the related (parent) row.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ParentRow |
Gets or sets the related BcfRow.
| |
| Relation |
Gets the BcfRelation the cell belongs to.
| |
| Row |
Gets the BcfRow the cell belongs to.
|
| Name | Description | |
|---|---|---|
| RelatedRowChanged |
Occurs when ParentRow property changed. This event is deferred until the last BcfTransaction is committed.
|