C# Class SnapDotNet.Apps.Notifications.NotificationBase.NotificationBase

Afficher le fichier Open project: 0xdeafcafe/SnapDotNet

Méthodes publiques

Méthode Description
GetContent ( ) : string
GetXml ( ) : XmlDocument
ToString ( ) : string

Méthodes protégées

Méthode Description
NotificationBase ( string templateName, string fallbackName, int imageCount, int textCount ) : System
SerializeProperties ( string globalLang, string globalBaseUri, bool globalAddImageQuery ) : string

Method Details

GetContent() public abstract méthode

public abstract GetContent ( ) : string
Résultat string

GetXml() public méthode

public GetXml ( ) : XmlDocument
Résultat Windows.Data.Xml.Dom.XmlDocument

NotificationBase() protected méthode

protected NotificationBase ( string templateName, string fallbackName, int imageCount, int textCount ) : System
templateName string
fallbackName string
imageCount int
textCount int
Résultat System

SerializeProperties() protected méthode

protected SerializeProperties ( string globalLang, string globalBaseUri, bool globalAddImageQuery ) : string
globalLang string
globalBaseUri string
globalAddImageQuery bool
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string