This service contains a list of notifications that contains information that the user might want to know.
Inheritance Hierarchy
Spotfire.Dxp.Framework.ApplicationModelNotificationService
Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class NotificationService
The NotificationService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddErrorNotification |
Add a notification that contains an error.
| |
| AddErrorNotificationWithActions |
Adds a notification on error level with the specified actions that can be taken by the user.
| |
| AddInformationNotification |
Add a notification that contains information.
| |
| AddInformationNotificationWithActions |
Adds a notification on information level with the specified actions that can be taken by the user.
| |
| AddWarningNotification |
Add a notification that contains a warning.
| |
| AddWarningNotificationWithActions |
Adds a notification on warning level with the specified actions that can be taken by the user.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Version Information
See Also