AnnotationNotification Constructor |
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic AnnotationNotification(
string name,
MetricSet metricSet,
DeliverySettings delivery,
NotificationContent content
)
Public Sub New (
name As String,
metricSet As MetricSet,
delivery As DeliverySettings,
content As NotificationContent
)
public:
AnnotationNotification(
String^ name,
MetricSet^ metricSet,
DeliverySettings^ delivery,
NotificationContent^ content
)
new :
name : string *
metricSet : MetricSet *
delivery : DeliverySettings *
content : NotificationContent -> AnnotationNotificationParameters
- name
- Type: SystemString
The name of the notification. - metricSet
- Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set the notification is defined for. - delivery
- Type: Dundas.BI.Notifications.DeliveryDeliverySettings
The delivery settings. - content
- Type: Dundas.BI.NotificationsNotificationContent
The notification content.
Exceptions| Exception | Condition |
|---|
| ArgumentException | name is , empty, or consists solely of whitespace.
|
| InvalidOperationException | The specified metric set is inactive. |
| ArgumentNullException | metricSet, delivery, or content is .
|
See Also