Click or drag to resize

BcfParentRelationCellCollectionItem Property (BcfRelation)

[This is preliminary documentation and is subject to change.]

Gets the BcfParentRelationCell specified by parentRelation.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfParentRelationCell this[
	BcfRelation parentRelation
] { get; }

Parameters

parentRelation
Type: CalculationWorks.BusinessModelBcfRelation
The parent relation.

Return Value

Type: BcfParentRelationCell
The BcfParentRelationCell specified by parentRelation.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelation is null.
ArgumentExceptionThe specified parentRelation does not belong to this table's parent relations.
See Also