Click or drag to resize

BcfParentRelationCellCollectionItem Property (BcfRelation)

Gets the BcfParentRelationCell specified by parentRelation.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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 .
ArgumentExceptionThe specified parentRelation does not belong to this table's parent relations.
See Also