DeliveryRequest Class

Class that encapsulates a delivery request and the associated options.
Inheritance Hierarchy

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

The DeliveryRequest type exposes the following members.

Properties
  NameDescription
Public propertyActionText
Gets the action text.
Public propertyActionUser
Gets the MemberInfo of the user that triggered the action.
Public propertyCancellationToken
Gets the cancellation token associated with the request operation.
Public propertyDeliverySettings
Gets the DeliverySettings the delivery.
Public propertyId
Gets the ID of the delivery request.
Public propertyIsCancellationRequested
Gets a value indicating whether a cancellation signal has been sent to the delivery request.
Public propertyNotification
Gets the Notification to deliver.
Public propertyNotificationContent
Gets the NotificationContent settings of the notification.
Public propertyNotificationContentItems
Gets the set of NotificationContent settings of the notification.
Public propertyNotificationCreator
Gets the MemberInfo of the user that created the notification.
Public propertyProviderId
Gets the ID of the provider that will perform the delivery.
Public propertyViewId
Gets the View the action took place on.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Protected methodFinalize
Finalizes an instance of the DeliveryRequest class.
(Overrides ObjectFinalize.)
Public methodReplacePlaceholders
Replace placeholders inside the text.
Top
See Also