DeliveryRequest Class |
Namespace: Dundas.BI.Notifications.Delivery
The DeliveryRequest type exposes the following members.
Name | Description | |
---|---|---|
ActionText |
Gets the action text.
| |
ActionUser |
Gets the MemberInfo of the user that triggered the action.
| |
CancellationToken |
Gets the cancellation token associated with the request operation.
| |
DeliverySettings |
Gets the DeliverySettings the delivery.
| |
Id |
Gets the ID of the delivery request.
| |
IsCancellationRequested |
Gets a value indicating whether a cancellation signal has been sent to the delivery request.
| |
Notification |
Gets the Notification to deliver.
| |
NotificationContent |
Gets the NotificationContent settings of the notification.
| |
NotificationContentItems |
Gets the set of NotificationContent settings of the notification.
| |
NotificationCreator |
Gets the MemberInfo of the user that created the notification.
| |
ProviderId |
Gets the ID of the provider that will perform the delivery.
| |
ViewId |
Gets the View the action took place on.
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Dispose(Boolean) | Releases unmanaged and - optionally - managed resources. | |
Finalize | Finalizes an instance of the DeliveryRequest class. (Overrides ObjectFinalize.) | |
ReplacePlaceholders |
Replace placeholders inside the text.
|