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.) |
See Also