C# 클래스 Eurofurence.Companion.Services.ToastNotificationService

파일 보기 프로젝트 열기: eurofurence/ef-app_wp 1 사용 예제들

공개 메소드들

메소드 설명
DequeueEventNotifications ( EventEntry entity ) : void
QueueEventNotifications ( EventEntry entity ) : void
ToastNotificationService ( IDataContext dataContext, ITimeProvider timeProvider ) : System

비공개 메소드들

메소드 설명
AssembleGuid ( string a, string b ) : System.Guid
CreateToast ( string title, string message, string launchUrl ) : XmlDocument
GetRandomToastId ( ) : string
GetSanitizedDeliveryDate ( System.DateTime origin ) : DateTime?
RescheduleAllEventNotifications ( ) : void
SplitGuid ( System.Guid id ) : string>.Tuple

메소드 상세

DequeueEventNotifications() 공개 메소드

public DequeueEventNotifications ( EventEntry entity ) : void
entity EventEntry
리턴 void

QueueEventNotifications() 공개 메소드

public QueueEventNotifications ( EventEntry entity ) : void
entity EventEntry
리턴 void

ToastNotificationService() 공개 메소드

public ToastNotificationService ( IDataContext dataContext, ITimeProvider timeProvider ) : System
dataContext IDataContext
timeProvider ITimeProvider
리턴 System