Represents the tile binding configuration.
Definition
public class TileBinding
Summary
The following table summarizes the members exposed in this class.
Public Constructors
TileBinding Constructor() | Initializes a new instance of the TileBinding class. |
Public Properties
AddImageQuery | Gets or sets the add image query. |
BaseUri | Gets or sets the base URI. |
Branding | Gets or sets the branding. |
Fallback | Gets or sets the fallback action. |
Images | Gets or sets the images. |
Language | Gets or sets the language. |
Texts | Gets or sets the texts. |
TileTemplate | Gets or sets the tile template. |
Public Methods
GenerateXmlElement() | Generates the XML element. |
Protected Methods
XmlEncode(string) | Return the encoded xml. |
Public Constructors
public TileBinding()
Initializes a new instance of the TileBinding class.
Public Properties
public Nullable<bool> AddImageQuery { get; set; }
Gets or sets the add image query.
public string BaseUri { get; set; }
Gets or sets the base URI.
public Nullable<BrandingType> Branding { get; set; }
Gets or sets the branding.
public string Fallback { get; set; }
Gets or sets the fallback action.
public List<TileImage> Images { get; set; }
Gets or sets the images.
public string Language { get; set; }
Gets or sets the language.
public List<TileText> Texts { get; set; }
Gets or sets the texts.
public TileNotificationTemplate TileTemplate { get; set; }
Gets or sets the tile template.
Public Methods
public XElement GenerateXmlElement()
Generates the XML element.
Protected Methods
protected string XmlEncode(string text)
Return the encoded xml.
Parameters
text | The text. |