Click or drag to resize

BcfReflectedChildRelationCollectionItem Property

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

Gets the BcfRelation from the collection with the specified childRelation name.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntax
public BcfRelation this[
	string childRelationName
] { get; }

Parameters

childRelationName
Type: SystemString
Name of the childRelation.

Property Value

Type: BcfRelation
The BcfRelation in the Collection with the specified Name.
Exceptions
ExceptionCondition
ArgumentNullExceptionchildRelationName is null.
ArgumentExceptionchildRelationName not in list
Version Information

BCF

Supported in: 4.0
See Also