C# 클래스 Host.Services.NotificationManager

상속: INotificationService, INotifierContext
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
INotifierContext ( ) : void
ShowNotification ( System.Guid pluginId, UIElement content, int duration, NotificationTypes notificationType, EventArgs>.Action imageClickAction ) : IDisposable

Creates a notification by directly providing a UIElement. MAKE SURE THE UIELEMENT HAS BEEN CREATED BY THE APPLICATION'S MAIN THREAD.

ShowNotification ( System.Guid pluginId, string title, string content, int duration ) : IDisposable
ShowNotification ( System.Guid pluginId, string title, string content, int duration, EventArgs>.Action imageClickAction ) : IDisposable
ShowNotification ( System.Guid pluginId, string title, string content, int duration, NotificationTypes notificationType ) : IDisposable
ShowNotification ( System.Guid pluginId, string title, string content, int duration, NotificationTypes notificationType, EventArgs>.Action imageClickAction ) : IDisposable
ShowNotification ( System.Guid pluginId, Exception ex ) : void

비공개 메소드들

메소드 설명
GetDefaultContent ( string title, string content ) : UIElement
ShowCustomBaloon ( System.Guid pluginId, UIElement content, int duration, EventArgs>.Action imageClickAction, NotificationTypes notificationType ) : NotificationHandle

메소드 상세

INotifierContext() 공개 메소드

public INotifierContext ( ) : void
리턴 void

ShowNotification() 공개 메소드

Creates a notification by directly providing a UIElement. MAKE SURE THE UIELEMENT HAS BEEN CREATED BY THE APPLICATION'S MAIN THREAD.
public ShowNotification ( System.Guid pluginId, UIElement content, int duration, NotificationTypes notificationType, EventArgs>.Action imageClickAction ) : IDisposable
pluginId System.Guid
content System.Windows.UIElement
duration int
notificationType NotificationTypes
imageClickAction EventArgs>.Action
리턴 IDisposable

ShowNotification() 공개 메소드

public ShowNotification ( System.Guid pluginId, string title, string content, int duration ) : IDisposable
pluginId System.Guid
title string
content string
duration int
리턴 IDisposable

ShowNotification() 공개 메소드

public ShowNotification ( System.Guid pluginId, string title, string content, int duration, EventArgs>.Action imageClickAction ) : IDisposable
pluginId System.Guid
title string
content string
duration int
imageClickAction EventArgs>.Action
리턴 IDisposable

ShowNotification() 공개 메소드

public ShowNotification ( System.Guid pluginId, string title, string content, int duration, NotificationTypes notificationType ) : IDisposable
pluginId System.Guid
title string
content string
duration int
notificationType NotificationTypes
리턴 IDisposable

ShowNotification() 공개 메소드

public ShowNotification ( System.Guid pluginId, string title, string content, int duration, NotificationTypes notificationType, EventArgs>.Action imageClickAction ) : IDisposable
pluginId System.Guid
title string
content string
duration int
notificationType NotificationTypes
imageClickAction EventArgs>.Action
리턴 IDisposable

ShowNotification() 공개 메소드

public ShowNotification ( System.Guid pluginId, Exception ex ) : void
pluginId System.Guid
ex System.Exception
리턴 void