| BcfRelatedRowCell Class | |
Namespace: CalculationWorks.BusinessModel
The BcfRelatedRowCell type exposes the following members.
| 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 | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| SetRelatedRow(BcfRow) |
Sets the related (parent) row optimistic.
| |
| SetRelatedRow(BcfRow, Boolean) |
Sets the related (parent) row.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| RelatedRowChanged |
Occurs when ParentRow property changed. This event is deferred until the last BcfTransaction is committed.
|