C# Class OKr.Common.BadgeGlyphNotificationContent

Notification content object to display a glyph on a tile's badge.
Inheritance: IBadgeNotificationContent
Afficher le fichier Open project: anytao/ModernReader

Méthodes publiques

Méthode Description
BadgeGlyphNotificationContent ( ) : OKr.Common.BadgeContent

Default constructor to create a glyph badge content object.

BadgeGlyphNotificationContent ( GlyphValue glyph ) : OKr.Common.BadgeContent

Constructor to create a glyph badge content object with a glyph.

CreateNotification ( ) : BadgeNotification

Creates a WinRT BadgeNotification object based on the content.

GetContent ( ) : string

Retrieves the notification Xml content as a string.

GetXml ( ) : XmlDocument

Retrieves the notification Xml content as a WinRT Xml document.

ToString ( ) : string

Retrieves the notification Xml content as a string.

Method Details

BadgeGlyphNotificationContent() public méthode

Default constructor to create a glyph badge content object.
public BadgeGlyphNotificationContent ( ) : OKr.Common.BadgeContent
Résultat OKr.Common.BadgeContent

BadgeGlyphNotificationContent() public méthode

Constructor to create a glyph badge content object with a glyph.
public BadgeGlyphNotificationContent ( GlyphValue glyph ) : OKr.Common.BadgeContent
glyph GlyphValue The glyph to be displayed on the badge.
Résultat OKr.Common.BadgeContent

CreateNotification() public méthode

Creates a WinRT BadgeNotification object based on the content.
public CreateNotification ( ) : BadgeNotification
Résultat Windows.UI.Notifications.BadgeNotification

GetContent() public méthode

Retrieves the notification Xml content as a string.
public GetContent ( ) : string
Résultat string

GetXml() public méthode

Retrieves the notification Xml content as a WinRT Xml document.
public GetXml ( ) : XmlDocument
Résultat Windows.Data.Xml.Dom.XmlDocument

ToString() public méthode

Retrieves the notification Xml content as a string.
public ToString ( ) : string
Résultat string