C# Class WPFNotification.Services.NotificationDialogService

Inheritance: INotificationDialogService
Afficher le fichier Open project: muhammad-magdy/WPFToastNotification

Méthodes publiques

Méthode Description
ClearNotifications ( ) : void

Remove all notifications from notification list and buffer list.

ShowNotificationWindow ( object content ) : void

Show notification window.

ShowNotificationWindow ( object content, NotificationConfiguration configuration ) : void

Show notification window.

Method Details

ClearNotifications() public méthode

Remove all notifications from notification list and buffer list.
public ClearNotifications ( ) : void
Résultat void

ShowNotificationWindow() public méthode

Show notification window.
public ShowNotificationWindow ( object content ) : void
content object The notification object.
Résultat void

ShowNotificationWindow() public méthode

Show notification window.
public ShowNotificationWindow ( object content, NotificationConfiguration configuration ) : void
content object The notification object.
configuration WPFNotification.Core.Configuration.NotificationConfiguration The notification configuration object.
Résultat void