Click or drag to resize

BcfFaultViewCollectionTFaultViewSetFilter Method

Sets the filter function.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public void SetFilter(
	Predicate<BcfFault> predicate
)

Parameters

predicate
Type: SystemPredicateBcfFault
The filter function; will remove the filter.
See Also