 | 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
Syntaxpublic IReadOnlyDictionary<BcfColumn, IEnumerable<BcfFault>> GetFaultColumnDictionary()
Public Function GetFaultColumnDictionary As IReadOnlyDictionary(Of BcfColumn, IEnumerable(Of BcfFault))
Return Value
Type:
IReadOnlyDictionaryBcfColumn,
IEnumerableBcfFaultThe faults grouped by column.
See Also