Click or drag to resize

BcfRowGetFaultColumnDictionary Method

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

Gets the faults grouped by column.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public IReadOnlyDictionary<BcfColumn, IEnumerable<BcfFault>> GetFaultColumnDictionary()

Return Value

Type: IReadOnlyDictionaryBcfColumn, IEnumerableBcfFault
The faults grouped by column.
See Also