Click or drag to resize

BcfFaultCollectionTryGetFault Method (BcfRow, BcfRule)

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

Gets the BcfFault for the combination of row and rule.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
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 null if there is none.
Version Information

BCF

Supported in: 4.0
See Also