Click or drag to resize

BcfReflectedParentRelationCollectionItem Property

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

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

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
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 null.
ArgumentExceptionparentRelationName not in list
Version Information

Forms

Supported in: 4.0
See Also