Interface IConfigurableReactiveObject<TProperties>
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public interface IConfigurableReactiveObject<out TProperties> : IDisposable, INotifyPropertyChanged where TProperties : IPoeEyeConfigVersioned, IHasValidation, new()
Type Parameters
Name | Description |
---|---|
TProperties |
Properties
Name | Description |
---|---|
Properties |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)