Click or drag to resize

BcfFaultViewCollectionTFaultView Constructor

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

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntax
protected BcfFaultViewCollection(
	BcfViewManager viewManager,
	Predicate<BcfFault> filter = null
)

Parameters

viewManager
Type: CalculationWorks.ViewModel.WindowsBcfViewManager
The BcfViewManager.
filter (Optional)
Type: SystemPredicateBcfFault
The filter function.
Exceptions
ExceptionCondition
ArgumentNullExceptionviewManager is null.
Version Information

BCF

Supported in: 4.0
See Also