C# Class BaconographyWP8.PlatformServices.NotificationService

Inheritance: INotificationService
Afficher le fichier Open project: Synergex/Baconography

Méthodes publiques

Méthode Description
CreateErrorNotification ( Exception exception ) : void
CreateKitaroDBNotification ( string text ) : void
CreateNotification ( string text ) : void
CreateNotificationWithNavigation ( string text, Type navTarget, object arguments ) : void
NotificationService ( ) : BaconographyPortable.Messages

Method Details

CreateErrorNotification() public méthode

public CreateErrorNotification ( Exception exception ) : void
exception System.Exception
Résultat void

CreateKitaroDBNotification() public méthode

public CreateKitaroDBNotification ( string text ) : void
text string
Résultat void

CreateNotification() public méthode

public CreateNotification ( string text ) : void
text string
Résultat void

CreateNotificationWithNavigation() public méthode

public CreateNotificationWithNavigation ( string text, Type navTarget, object arguments ) : void
text string
navTarget System.Type
arguments object
Résultat void

NotificationService() public méthode

public NotificationService ( ) : BaconographyPortable.Messages
Résultat BaconographyPortable.Messages