Click or drag to resize

BcfCommonRowViewGetErrors Method

Gets the faults for a specified property.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public IEnumerable GetErrors(
	string propertyName
)

Parameters

propertyName
Type: SystemString

Return Value

Type: IEnumerable
The faults for a specified property.

Implements

INotifyDataErrorInfoGetErrors(String)
See Also