RecipientDeliveryRequest Class

Class that encapsulates a delivery request for a recipient and the associated options.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Notifications.DeliveryDeliveryRequest
    Dundas.BI.Notifications.DeliveryRecipientDeliveryRequest

Namespace: Dundas.BI.Notifications.Delivery
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class RecipientDeliveryRequest : DeliveryRequest

The RecipientDeliveryRequest type exposes the following members.

Constructors
 NameDescription
Public methodRecipientDeliveryRequest(Notification, Recipient) Initializes a new instance of the RecipientDeliveryRequest class.
Obsolete
Public methodRecipientDeliveryRequest(Notification, Recipient, CancellationToken) Initializes a new instance of the RecipientDeliveryRequest class.
Top
Properties
 NameDescription
Public propertyActionText Gets the action text.
(Inherited from DeliveryRequest)
Public propertyActionUser Gets the MemberInfo of the user that triggered the action.
(Inherited from DeliveryRequest)
Public propertyCancellationToken Gets the cancellation token associated with the request operation.
(Inherited from DeliveryRequest)
Public propertyDeliverySettings Gets the DeliverySettings the delivery.
(Inherited from DeliveryRequest)
Public propertyId Gets the ID of the delivery request.
(Inherited from DeliveryRequest)
Public propertyIsCancellationRequested Gets a value indicating whether a cancellation signal has been sent to the delivery request.
(Inherited from DeliveryRequest)
Public propertyNotification Gets the Notification to deliver.
(Inherited from DeliveryRequest)
Public propertyNotificationContent Gets the NotificationContent settings of the notification.
(Inherited from DeliveryRequest)
Public propertyNotificationContentItems Gets the set of NotificationContent settings of the notification.
(Inherited from DeliveryRequest)
Public propertyNotificationCreator Gets the MemberInfo of the user that created the notification.
(Inherited from DeliveryRequest)
Public propertyProviderId Gets the ID of the provider that will perform the delivery.
(Inherited from DeliveryRequest)
Public propertyRecipient Gets the Recipient to deliver to.
Public propertyRecipientAccount Gets the Account of the recipient.
Public propertyRecipientCulture Gets the CultureInfo of the recipient.
Public propertyUnsubscribeToken Gets the token that can be used to remove recipient from the notification.
Public propertyViewId Gets the View the action took place on.
(Inherited from DeliveryRequest)
Top
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from DeliveryRequest)
Protected methodDispose(Boolean)Releases unmanaged and - optionally - managed resources.
(Inherited from DeliveryRequest)
Protected methodFinalizeFinalizes an instance of the DeliveryRequest class.
(Inherited from DeliveryRequest)
Public methodReplacePlaceholders(String, IListString) Replace placeholders inside the text.
(Inherited from DeliveryRequest)
Public methodReplacePlaceholders(String, IListString, String) Replace placeholders inside the text.
Public methodReplacePlaceholders(String, IListString, String, Account) Replace placeholders inside the text.
Top
See Also