ValidationProviderGetErrors Method
Gets validation errors for a specific property or for the entire entity.
Namespace: Aliquo.Windows.BaseAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public IEnumerable GetErrors(
string propertyName
)
Public Function GetErrors (
propertyName As String
) As IEnumerable
- propertyName String
- Property name (set or Empty to retrieve entity-wide level errors).
IEnumerable[Missing <returns> documentation for "M:Aliquo.Windows.Base.ValidationProvider.GetErrors(System.String)"]