C# Class BaconographyWP8.PlatformServices.NotificationService

Inheritance: INotificationService
Datei anzeigen Open project: Synergex/Baconography

Public Methods

Method 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 method

public CreateErrorNotification ( Exception exception ) : void
exception System.Exception
return void

CreateKitaroDBNotification() public method

public CreateKitaroDBNotification ( string text ) : void
text string
return void

CreateNotification() public method

public CreateNotification ( string text ) : void
text string
return void

CreateNotificationWithNavigation() public method

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

NotificationService() public method

public NotificationService ( ) : BaconographyPortable.Messages
return BaconographyPortable.Messages