Click or drag to resize

BcfFaultCollectionTryGetFault Method (BcfRow, BcfRule)

Gets the BcfFault for the combination of row and rule.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfFault TryGetFault(
	BcfRow row,
	BcfRule rule
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The BcfRow.
rule
Type: CalculationWorks.BusinessModelBcfRule
The BcfRule

Return Value

Type: BcfFault
The BcfFault for the combination of row and rule. or if there is none.
See Also