Interface IValueProvider
Values providers are responsible for providing an actual value or providing info about an exception if value retrieval is not possible.
Namespace: PoeShared.Bindings
Assembly: PoeShared.dll
Syntax
public interface IValueProvider : IDisposable, INotifyPropertyChanged
Properties
Name | Description |
---|---|
Error | Gets the exception representing the error that occurred during value retrieval. |
HasValue | Gets a value indicating whether this provider has a value. |
Value | Gets the value provided by this provider. Does not throw. |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)