Click or drag to resize

BcfRowViewRepositoryAddChildRowViewProperties Method

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

Adds child-row properties

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntax
public void AddChildRowViewProperties(
	BcfRelation relation,
	Func<string, bool> propertyFilter = null
)

Parameters

relation
Type: CalculationWorks.BusinessModelBcfRelation
The relation.
propertyFilter (Optional)
Type: SystemFuncString, Boolean
A function filtering the properties by name.
Exceptions
ExceptionCondition
ArgumentNullExceptionrelation is null.
ArgumentException

This collection is not parent-end of specified relation

or

The table on relation child end is not reflected by view-manager.

Remarks
The added property names are:
$"Child-{ReflectedChildRelations.GetPropertyName(relation)}-{propertyName}"
Version Information

Forms

Supported in: 4.0
See Also