ValidationProviderGetErrorsInRules Method

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

Definition

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

Parameters

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

Return Value

IEnumerable
List of validation errors for the property or the entire entity

See Also