Click or drag to resize

BcfChildRelationCellCollectionItem Property (BcfRelation)

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

Gets the BcfChildRelationCell of the specified childRelation.

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

Parameters

childRelation
Type: CalculationWorks.BusinessModelBcfRelation
The child relation.

Return Value

Type: BcfChildRelationCell
The BcfChildRelationCell of the specified childRelation.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelation is null.
ArgumentExceptionThe specified childRelation does not belong to this table's child relations.
See Also