Show / Hide Table of Contents

Interface INotifyValue<T>

Represents a simple incremental value

Inherited Members
INotifiable.Successors
INotifiable.Dependencies
INotifiable.Notify(IList<INotificationResult>)
INotifiable.ExecutionMetaData
IDisposable.Dispose()
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public interface INotifyValue<out T> : INotifiable, IDisposable
Type Parameters
Name Description
T

Properties

| Edit this page View Source

Value

Gets the current value

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

Events

| Edit this page View Source

ValueChanged

Gets fired when the value changed

Declaration
event EventHandler<ValueChangedEventArgs> ValueChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>

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