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 SourceChanged
True, if there were changes, otherwise False
Declaration
bool Changed { get; }
Property Value
Type | Description |
---|---|
bool |
Source
The source of this result
Declaration
INotifiable Source { get; }
Property Value
Type | Description |
---|---|
INotifiable |
Methods
| Edit this page View SourceFreeReference()
Frees a reference
Declaration
void FreeReference()
IncreaseReferences(int)
Increases the reference counter
Declaration
void IncreaseReferences(int references)
Parameters
Type | Name | Description |
---|---|---|
int | references | The number of references |