C# Class WPFNotification.Services.NotificationDialogService

Inheritance: INotificationDialogService
Mostra file Open project: muhammad-magdy/WPFToastNotification

Public Methods

Method 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 method

Remove all notifications from notification list and buffer list.
public ClearNotifications ( ) : void
return void

ShowNotificationWindow() public method

Show notification window.
public ShowNotificationWindow ( object content ) : void
content object The notification object.
return void

ShowNotificationWindow() public method

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