Class ConfigurableReactiveObjectWithProperties<TProperties>
Inheritance
ReactiveObjectWithProperties<TProperties>
ConfigurableReactiveObjectWithProperties<TProperties>
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public abstract class ConfigurableReactiveObjectWithProperties<TProperties> : ReactiveObjectWithProperties<TProperties>, IConfigurableReactiveObject<TProperties>, IDisposable, INotifyPropertyChanged where TProperties : IPoeEyeConfigVersioned, IHasValidation, new()
Type Parameters
| Name | Description |
|---|---|
| TProperties |
Constructors
| Name | Description |
|---|---|
| ConfigurableReactiveObjectWithProperties(TProperties) |
Properties
| Name | Description |
|---|---|
| Properties |
Methods
| Name | Description |
|---|---|
| VisitSave(TProperties) |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)