Class LazyReactiveObject<T>
Inheritance
LazyReactiveObject<T>
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public abstract class LazyReactiveObject<T> : DisposableReactiveObject, IDisposable, INotifyPropertyChanged
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
LazyReactiveObject() |
Properties
Name | Description |
---|---|
Instance |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)