NotificationData Class |
Namespace: Dundas.BI.WebApi.Models
The NotificationData type exposes the following members.
Name | Description | |
---|---|---|
NotificationData |
Initializes a new instance of the NotificationData class.
|
Name | Description | |
---|---|---|
AccountId | Gets or sets the ID of the account associated with the notification. | |
AccountInfo |
Gets or sets the account info object.
| |
Conditions |
Gets the conditions defined for the current instance.
| |
ConditionsOperator |
Gets or sets the logical operator, when multiple conditions are defined within.
| |
Content |
User-defined content for notifications.
| |
ContentItems |
User-defined content for notifications.
| |
DeliverySettings |
Gets the notification delivery settings.
| |
Description |
Gets or sets the object description.
(Inherited from DescriptorBaseData.) | |
Id |
Gets the object ID.
(Inherited from DescriptorBaseData.) | |
IsSavedOnServer |
Gets a value indicating whether this notification has been saved on the server.
| |
IsValid |
Gets a value indicating whether or not the notification is in a valid state.
| |
LastDeliveryDate |
Gets the last date the notification was delivered.
| |
Name |
Gets or sets the object name.
(Inherited from DescriptorBaseData.) | |
NotificationCondition |
Gets or sets the notification condition.
| |
NotificationKind |
Notification kind.
| |
Schedule |
The schedule definition.
| |
TenantId |
Gets or sets the ID of the tenant associated with the notification creator.
| |
TenantInfo |
Gets or sets the tenant info object.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |
Name | Description | |
---|---|---|
FromDataContractMappings |
The mapping between NotificationData and Notification.
| |
ToDataContractMappings |
The mapping between Notification and NotificationData.
|