DeliveryTarget Clase

Definición

Representa el formato de entrega de alertas y las direcciones de entrega.

public ref class DeliveryTarget : System::ComponentModel::INotifyPropertyChanged, System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DeliveryTarget", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class DeliveryTarget : System.ComponentModel.INotifyPropertyChanged, System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DeliveryTarget", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type DeliveryTarget = class
    interface IExtensibleDataObject
    interface INotifyPropertyChanged
Public Class DeliveryTarget
Implements IExtensibleDataObject, INotifyPropertyChanged
Herencia
DeliveryTarget
Atributos
Implementaciones

Constructores

Nombre Description
DeliveryTarget()

Inicializa una nueva instancia de la clase DeliveryTarget.

Propiedades

Nombre Description
Address

Obtiene o establece una lista de las direcciones de entrega.

AddressType

Obtiene o establece el tipo de objetivo de entrega.

ExtensionData

Obtiene o establece un objeto que contiene datos adicionales.

MessageBody

Obtiene o establece el cuerpo del mensaje de correo.

MessageSubject

Obtiene o establece el asunto del correo.

MessageTemplate

Obtiene o establece la plantilla de definición del mensaje de entrega (fragmento XML).

Métodos

Nombre Description
RaisePropertyChanged(String)

Aumenta el PropertyChanged evento para la propiedad especificada.

Eventos

Nombre Description
PropertyChanged

Se produce cuando cambia un valor de propiedad.

Se aplica a