BaiduTemplateRegistrationDescription Class

Definition

Represents a Baidu template registration description.

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

Constructors

BaiduTemplateRegistrationDescription(BaiduTemplateRegistrationDescription)

Initializes a new instance of the BaiduTemplateRegistrationDescription class.

BaiduTemplateRegistrationDescription(String, String)

Initializes a new instance of the BaiduTemplateRegistrationDescription class.

BaiduTemplateRegistrationDescription(String, String, String)

Initializes a new instance of the BaiduTemplateRegistrationDescription class.

BaiduTemplateRegistrationDescription(String, String, String, IEnumerable<String>)

Initializes a new instance of the BaiduTemplateRegistrationDescription class.

BaiduTemplateRegistrationDescription(String, String, String, IEnumerable<String>, Int32)

Initializes a new instance of the BaiduTemplateRegistrationDescription class.

BaiduTemplateRegistrationDescription(String, String, String, Int32)

Initializes a new instance of the BaiduTemplateRegistrationDescription class.

Properties

BaiduChannelId

Gets or sets the Baidu channel identifier.

(Inherited from BaiduRegistrationDescription)
BaiduUserId

Gets or sets the Baidu user identifier.

(Inherited from BaiduRegistrationDescription)
BodyTemplate

Gets or sets the body template.

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)
MessageType

Gets or sets the type of the message.

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)
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