Skip to content

IChangeNotifier interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Abstraction for an object that can be externally notified that its content has changed. The object itself does not need to detect changes; external code calls NotifyChanged and consumers subscribe to the change token to invalidate their caches.

public interface IChangeNotifier

Members

name description
NotifyChanged() Notifies subscribers that the object's content has changed.

See Also