Interface INotifyReversableValue<T>
Represents a reversable incremental value
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public interface INotifyReversableValue<T> : INotifyValue<T>, INotifiable, IDisposable
Type Parameters
Name | Description |
---|---|
T | The value type |
Properties
| Edit this page View SourceIsReversable
Checks whether it is allowed to set values
Declaration
bool IsReversable { get; }
Property Value
Type | Description |
---|---|
bool |
Value
Gets or sets the current value
Declaration
T Value { get; set; }
Property Value
Type | Description |
---|---|
T |