ModelDataErrorHasErrors 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#
public bool HasErrors { get; }

Property Value

Boolean

Implements

INotifyDataErrorInfoHasErrors

See Also