Click or drag to resize
CalculationWorks Logo
BcfRowViewGetErrors Method (String)

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.2.1.2
Syntax
public virtual IEnumerable GetErrors(
	string columnName
)

Parameters

columnName
Type: SystemString
Name of the BcfColumn. If columnName is null or an empty StringEmptyTResult will be returned.

Return Value

Type: IEnumerable
IEnumerableT containing the messages
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.2, 3.0, 2.1, 2.0
See Also