Class UnchangedNotificationResult
Denotes a notification result that represents the fact that the value did not change
Implements
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public class UnchangedNotificationResult : INotificationResult
Properties
| Edit this page View SourceChanged
True, if there were changes, otherwise False
Declaration
public bool Changed { get; }
Property Value
Type | Description |
---|---|
bool |
Instance
Gets the default instance
Declaration
public static UnchangedNotificationResult Instance { get; }
Property Value
Type | Description |
---|---|
UnchangedNotificationResult |
Source
The source of this result
Declaration
public INotifiable Source { get; }
Property Value
Type | Description |
---|---|
INotifiable |
Methods
| Edit this page View SourceFreeReference()
Frees a reference
Declaration
public void FreeReference()
IncreaseReferences(int)
Increases the reference counter
Declaration
public void IncreaseReferences(int references)
Parameters
Type | Name | Description |
---|---|---|
int | references | The number of references |