Show / Hide Table of Contents

Class UnchangedNotificationResult

Denotes a notification result that represents the fact that the value did not change

Inheritance
object
UnchangedNotificationResult
Implements
INotificationResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public class UnchangedNotificationResult : INotificationResult

Properties

| Edit this page View Source

Changed

True, if there were changes, otherwise False

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

Instance

Gets the default instance

Declaration
public static UnchangedNotificationResult Instance { get; }
Property Value
Type Description
UnchangedNotificationResult
| Edit this page View Source

Source

The source of this result

Declaration
public INotifiable Source { get; }
Property Value
Type Description
INotifiable

Methods

| Edit this page View Source

FreeReference()

Frees a reference

Declaration
public void FreeReference()
| Edit this page View Source

IncreaseReferences(int)

Increases the reference counter

Declaration
public void IncreaseReferences(int references)
Parameters
Type Name Description
int references

The number of references

Implements

INotificationResult

Extension Methods

ExpressionExtensions.AsOne<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX