C# Class SnapDotNet.Apps.Notifications.TileContent.TileSquare150x150Base

Inheritance: TileNotificationBase, ISquare150x150TileInternal
Mostra file Open project: 0xdeafcafe/SnapDotNet

Public Methods

Method Description
GetContent ( ) : string
SerializeBinding ( string globalLang, string globalBaseUri, TileBranding globalBranding, bool globalAddImageQuery ) : string
TileSquare150x150Base ( string templateName, string fallbackName, int imageCount, int textCount ) : Windows.Data.Xml.Dom

Method Details

GetContent() public method

public GetContent ( ) : string
return string

SerializeBinding() public method

public SerializeBinding ( string globalLang, string globalBaseUri, TileBranding globalBranding, bool globalAddImageQuery ) : string
globalLang string
globalBaseUri string
globalBranding TileBranding
globalAddImageQuery bool
return string

TileSquare150x150Base() public method

public TileSquare150x150Base ( string templateName, string fallbackName, int imageCount, int textCount ) : Windows.Data.Xml.Dom
templateName string
fallbackName string
imageCount int
textCount int
return Windows.Data.Xml.Dom