Click or drag to resize

BcfRowFilterCreateT Method

Creates a filter for specified column.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public static BcfRowFilter Create<T>(
	BcfColumn<T> column,
	Func<T, bool> predicate
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumnT
The column.
predicate
Type: SystemFuncT, Boolean
A function return to exclude BcfRow from BcfRowViewRepository.

Type Parameters

T
The column-property type

Return Value

Type: BcfRowFilter
The created filter for specified column
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn or predicate is .
See Also