Show / Hide Table of Contents

Interface INotificationResult

Denotes the interface for a propagation result

Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public interface INotificationResult

Properties

| Edit this page View Source

Changed

True, if there were changes, otherwise False

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

Source

The source of this result

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

Methods

| Edit this page View Source

FreeReference()

Frees a reference

Declaration
void FreeReference()
| Edit this page View Source

IncreaseReferences(int)

Increases the reference counter

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

The number of references

Extension Methods

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