MpnsTemplateRegistrationDescription Class

Definition

Represents the description of the MPNS template registration.

[System.Runtime.Serialization.DataContract(Name="MpnsTemplateRegistrationDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class MpnsTemplateRegistrationDescription : Microsoft.Azure.NotificationHubs.MpnsRegistrationDescription
[<System.Runtime.Serialization.DataContract(Name="MpnsTemplateRegistrationDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type MpnsTemplateRegistrationDescription = class
    inherit MpnsRegistrationDescription
Public Class MpnsTemplateRegistrationDescription
Inherits MpnsRegistrationDescription
Inheritance
Attributes

Constructors

MpnsTemplateRegistrationDescription(MpnsTemplateRegistrationDescription)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(String)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(String, String)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(String, String, IDictionary<String,String>)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(String, String, IDictionary<String,String>, IEnumerable<String>)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(String, String, IEnumerable<String>)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(String, XmlDocument)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(Uri)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(Uri, String)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(Uri, String, IDictionary<String,String>)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(Uri, String, IDictionary<String,String>, IEnumerable<String>)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(Uri, String, IEnumerable<String>)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

MpnsTemplateRegistrationDescription(Uri, XmlDocument)

Initializes a new instance of the MpnsTemplateRegistrationDescription class.

Properties

BodyTemplate

Gets or sets the body template.

ChannelUri

Gets or sets the channel URI.

(Inherited from MpnsRegistrationDescription)
ETag

Gets the ETag associated with this description.

(Inherited from RegistrationDescription)
ExpirationTime

Gets the expiration time of the registration.

(Inherited from RegistrationDescription)
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from EntityDescription)
IsReadOnly

Indicate if the instance is read-only mode.

(Inherited from EntityDescription)
MpnsHeaders

Gets or sets the MPNS headers.

PnsHandle

Returns platform-specific Pns handle.

(Inherited from RegistrationDescription)
PushVariables

Gets or sets a dictionary of push variables associated with property bag.

(Inherited from RegistrationDescription)
RegistrationId

Gets or sets the registration ID.

(Inherited from RegistrationDescription)
SecondaryTileName

Gets or sets the name of the secondary tile.

(Inherited from MpnsRegistrationDescription)
Tags

Gets or sets a set of tags associated with the registration.

(Inherited from RegistrationDescription)
TemplateName

Gets or sets the name of the template.

Methods

Serialize()

Serializes the registration description.

(Inherited from RegistrationDescription)
ThrowIfReadOnly()

Throw if the read only bool is set.

(Inherited from EntityDescription)

Applies to