IBaseViewModel Methods |
The IBaseViewModel type exposes the following members.
Name | Description | |
---|---|---|
GetErrors | Gets the validation errors for a specified property or for the entire entity. (Inherited from INotifyDataErrorInfo.) | |
GetPropertyErrors |
Gets all error messages of the specified property. If the propertyName is null all error messages will be returned.
(Inherited from IViewModel.) | |
PropertyHasError |
Checks whether the specified property has errors or is valid.
(Inherited from IViewModel.) |