C# 클래스 WPFNotification.Services.NotificationDialogService

상속: INotificationDialogService
파일 보기 프로젝트 열기: muhammad-magdy/WPFToastNotification

공개 메소드들

메소드 설명
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.

메소드 상세

ClearNotifications() 공개 메소드

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

ShowNotificationWindow() 공개 메소드

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

ShowNotificationWindow() 공개 메소드

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