Class NotificationSubscriber
- Namespace
- Dynamicweb.Extensibility.Notifications
- Assembly
- Dynamicweb.Core.dll
Base implementation of notification subscribers.
- Inheritance
-
Notification
Subscriber
- Implements
- Derived
- Inherited Members
Properties
IsActive
Gets a value indicating whether this instance is active.
Property Value
- bool
true
if this instance is active; otherwise,false
.
Rank
Gets the rank.
Property Value
- int
The rank.
Remarks
The subscriber with the highest rank will be notified last
TypeInfo
Gets the type info in a string with namespace, class and assembly name.
Property Value
- string
The type info string.
Methods
CompareTo(NotificationSubscriber?)
When sorted, the Rank is used.
Parameters
other
NotificationSubscriber The other.
Returns
OnNotify(string, NotificationArgs)
Call to invoke observer.
Parameters
notification
stringThe notification.
args
NotificationArgs The args.