ValidationBindableBaseGetErrors Method

Gets validation errors for a specific property or for the entire entity.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public virtual IEnumerable GetErrors(
	string propertyName
)

Parameters

propertyName  String
Property name (set or Empty to recover entity-level errors).

Return Value

IEnumerable
IEnumerable with the validation errors.

Implements

INotifyDataErrorInfoGetErrors(String)

See Also