 | 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
Syntaxpublic bool HasErrors { get; }
public:
virtual property bool HasErrors {
bool get () sealed;
}
abstract HasErrors : bool with get
override HasErrors : bool with get
/** @property */
public final boolean get_HasErrors()
final function get HasErrors () : boolean
function get_HasErrors();
PROPERTY HasErrors AS LOGIC GET
Return Value
Type:
Booleantrue if the entity currently has validation errors; otherwise,
false.
Implements
INotifyDataErrorInfo.HasErrors
See Also