StreamLink.NET  6.2.10-3513-c11dd52
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.Alerts.INotification Interface Reference

A Notification is an object that can be sent to notify a user of a particular event. More...

Properties

string Id [get]
 Gets the unique id of the notification, can be used to dismiss the notification from the NotificationProvider. More...
 
IDictionary< string, string > Parameters [get]
 Gets a map that contains the notification data fields. More...
 

Detailed Description

A Notification is an object that can be sent to notify a user of a particular event.

Notifications can be created by ITrigger's firing when their conditions are met or by being sent from a Notifications adapter.

Property Documentation

string Caplin.StreamLink.Alerts.INotification.Id
get

Gets the unique id of the notification, can be used to dismiss the notification from the NotificationProvider.

the unique id.

IDictionary<string,string> Caplin.StreamLink.Alerts.INotification.Parameters
get

Gets a map that contains the notification data fields.

the map of parameters.


Generated on Thu Apr 27 2017 14:05:46 for StreamLink.NET