Click or drag to resize

BcfRowViewRepositoryAddFilterT Method

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

Adds a filter.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public void AddFilter<T>(
	BcfColumn<T> column,
	Func<T, bool> predicate
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumnT
The column.
predicate
Type: SystemFuncT, Boolean
The filter predicate.

Type Parameters

T
The column value type.
See Also