Interface IHasErrors
Provides properties and methods to track and report errors.
Namespace: PoeShared.Modularity
Assembly: PoeShared.dll
Syntax
public interface IHasErrors : IDisposable, INotifyPropertyChanged, IHasError
Properties
Name | Description |
---|---|
Errors | Gets a list of all reported errors. |
HasErrors | Gets a value indicating whether any errors have been reported. |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)