Click or drag to resize

BcfReflectedParentRelationCollectionItem Property (String)

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

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public BcfRelation this[
	string parentRelationName
] { get; }

Parameters

parentRelationName
Type: SystemString
Name of the parentRelation.

Property Value

Type: BcfRelation
The BcfRelation in the Collection with the specified Name.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentRelationName is .
ArgumentExceptionparentRelationName not in list
See Also