Class HierarchicalValue<TContainer, T>
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public sealed class HierarchicalValue<TContainer, T> : DisposableReactiveObject, IDisposable, INotifyPropertyChanged where TContainer : class
Type Parameters
| Name | Description |
|---|---|
| TContainer | |
| T |
Constructors
| Name | Description |
|---|---|
| HierarchicalValue(TContainer, Expression<Func<TContainer, T>>, Expression<Func<TContainer, TContainer>>, Expression<Func<TContainer, T, T>>) |
Properties
| Name | Description |
|---|---|
| CalculatedValue | |
| Owner | |
| OwnerValue | |
| Parent | |
| ParentValue |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)