.NET Helper Packages
C#
Show/Hide TOC
Model
Data
Error
Has
Errors Property
Gets a value that indicates whether the entity has validation errors.
Definition
Namespace:
Common.Core.Classes
Assembly:
Common.Core (in Common.Core.dll) Version: 2.1.5
C#
Copy
public
bool
HasErrors
{
get
; }
Property Value
Boolean
Implements
INotifyDataErrorInfo
HasErrors
See Also
Reference
ModelDataError Class
Common.Core.Classes Namespace
In This Article
Definition
Property Value
Implements
See Also