C# 클래스 BaconographyWP8.PlatformServices.NotificationService

상속: INotificationService
파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
CreateErrorNotification ( Exception exception ) : void
CreateKitaroDBNotification ( string text ) : void
CreateNotification ( string text ) : void
CreateNotificationWithNavigation ( string text, Type navTarget, object arguments ) : void
NotificationService ( ) : BaconographyPortable.Messages

메소드 상세

CreateErrorNotification() 공개 메소드

public CreateErrorNotification ( Exception exception ) : void
exception System.Exception
리턴 void

CreateKitaroDBNotification() 공개 메소드

public CreateKitaroDBNotification ( string text ) : void
text string
리턴 void

CreateNotification() 공개 메소드

public CreateNotification ( string text ) : void
text string
리턴 void

CreateNotificationWithNavigation() 공개 메소드

public CreateNotificationWithNavigation ( string text, Type navTarget, object arguments ) : void
text string
navTarget System.Type
arguments object
리턴 void

NotificationService() 공개 메소드

public NotificationService ( ) : BaconographyPortable.Messages
리턴 BaconographyPortable.Messages