Class Fallback<T>
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public sealed class Fallback<T> : DisposableReactiveObject, IDisposable, INotifyPropertyChanged
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
Fallback() | |
Fallback(Func<T, T, bool>) | |
Fallback(Predicate<T>) |
Properties
Name | Description |
---|---|
ActualValue | |
DefaultValue | |
HasActualValue | |
Value |
Methods
Name | Description |
---|---|
FormatToString(ToStringBuilder) | |
ResetValue() | |
SetDefaultValue(T) | |
SetValue(T) |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)