Click or drag to resize

INotificationT, V Interface

Represents a generic contract for implementing notifications.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public interface INotification<T, V> : INotification
where T : IAddress
where V : INotificationProfile

Type Parameters

T
The type of the recipient.
V
The type of the profile.

The INotificationT, V type exposes the following members.

Properties
  NameDescription
Public propertyProfile
Gets or sets the notification profile used to send out notifications.
Public propertyRecipients
Gets or sets the list of notification recipients.
Top
See Also