This service contains a list of notifications that contains information that the user might want to know.
Represents
Inheritance Hierarchy
Spotfire.Dxp.Framework.ApplicationModelNotificationService
Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 66.0.19802.3509 (66.0.19802.3509)
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
Supported in: 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also