Click or drag to resize

BcfRowViewGetErrors Method (BcfColumn)

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

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntax
public virtual IEnumerable<string> GetErrors(
	BcfColumn column
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.

Return Value

Type: IEnumerableString
The IEnumerableT containing the formated BcfFault
Exceptions
ExceptionCondition
ArgumentExceptionSpecified column is not in table.
Version Information

BCF

Supported in: 4.0
See Also