Class ValidationObject
public abstract class ValidationObject : NotificationObject, INotifyPropertyChanged, IDataErrorInfo
- Inheritance
-
ValidationObject
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Error
Gets an error message indicating what is wrong with this object.
public virtual string Error { get; }
Property Value
- string
An error message indicating what is wrong with this object. The default is an empty string ("").
Methods
Validate()
public abstract string? Validate()