Click or drag to resize

BcfFaultViewCollectionCreateFaultView Method

Creates a BcfFaultView.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public override BcfFaultView CreateFaultView(
	BcfFault fault
)

Parameters

fault
Type: CalculationWorks.BusinessModelBcfFault
The BcfFault.

Return Value

Type: BcfFaultView
BcfFaultView
See Also