Share via


MpnsMessage Class

 

Common base class used by MpnsPushMessage and related classes.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Notifications.MpnsMessage
    Microsoft.WindowsAzure.Mobile.Service.Notifications.MpnsTileMessage
    Microsoft.WindowsAzure.Mobile.Service.Notifications.Toast

Syntax

public abstract class MpnsMessage : IXmlSerializable
public ref class MpnsMessage abstract : IXmlSerializable
[<AbstractClass>]
type MpnsMessage = 
    class
        interface IXmlSerializable
    end
Public MustInherit Class MpnsMessage
    Implements IXmlSerializable

Constructors

Name Description
System_CAPS_protmethod MpnsMessage(String, String)

Initializes a new instance of the MpnsMessage class with a given version and template

Properties

Name Description
System_CAPS_protproperty Properties

Gets the properties associated with this toast or tile.

System_CAPS_protproperty Template

Gets or sets the template name of the tile or toast, e.g. "FlipTile", or null if there is no template name.

System_CAPS_protproperty TileId

Gets or sets the id of the tile.

System_CAPS_protproperty Version

Gets or sets the version of the tile or toast, e.g. "2.0", or null if there is no version.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.GetSchema()

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.ReadXml(XmlReader)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IXmlSerializable.WriteXml(XmlWriter)

Remarks

This class is not intended for direct use; it is used by FlipTile, CycleTile, and IconicTile.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top