Share via


TemplateNotification Clase

Definición

Representa una notificación de plantilla.

public sealed class TemplateNotification : Microsoft.Azure.NotificationHubs.Notification
type TemplateNotification = class
    inherit Notification
Public NotInheritable Class TemplateNotification
Inherits Notification
Herencia
TemplateNotification

Constructores

TemplateNotification(IDictionary<String,String>)

Inicializa una nueva instancia de la clase TemplateNotification.

TemplateNotification(IDictionary<String,String>, String)
Obsoletos.

Inicializa una nueva instancia de la clase TemplateNotification.

Propiedades

Body

Obtiene o establece el cuerpo de la notificación.

(Heredado de Notification)
ContentType

Obtiene o establece el tipo del contenido de la notificación.

(Heredado de Notification)
Headers

Obtiene o establece encabezados de notificación.

(Heredado de Notification)
PlatformType

Obtiene el tipo de la plataforma.

(Heredado de Notification)
Tag
Obsoletos.

Obtiene o establece la etiqueta de notificación.

(Heredado de Notification)

Métodos

AddOrUpdateHeader(String, String)

Agregue o actualice un encabezado con una clave y un valor especificados.

(Heredado de Notification)
OnValidateAndPopulateHeaders()

Valide y rellene los encabezados.

(Heredado de Notification)

Se aplica a