Click or drag to resize

BaseViewModel.HasErrors Property

Gets a value that indicates whether the entity has validation errors.

Namespace:  BionicCode.Utilities.Net.Standard.ViewModel
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntax
public bool HasErrors { get; }

Return Value

Type: Boolean
true if the entity currently has validation errors; otherwise, false.

Implements

INotifyDataErrorInfo.HasErrors
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md