Show / Hide Table of Contents

Interface INotifyReversableValue<T>

Represents a reversable incremental value

Inherited Members
INotifyValue<T>.ValueChanged
INotifiable.Successors
INotifiable.Dependencies
INotifiable.Notify(IList<INotificationResult>)
INotifiable.ExecutionMetaData
IDisposable.Dispose()
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 Source

IsReversable

Checks whether it is allowed to set values

Declaration
bool IsReversable { get; }
Property Value
Type Description
bool
| Edit this page View Source

Value

Gets or sets the current value

Declaration
T Value { get; set; }
Property Value
Type Description
T

Extension Methods

DebugExtensions.ExportToDgml(INotifiable, string)
DebugExtensions.Visualize(INotifiable)
ExpressionExtensions.AsOne<T>(T)
ReversableExtensions.AsReversable<T>(INotifyValue<T>, Action<T>)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX