Notification Class

The notification definition.
Inheritance Hierarchy

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract class Notification : DescriptorBase

The Notification type exposes the following members.

Properties
 NameDescription
Public propertyAccountIdGets or sets the ID of the account associated with the notification.
Public propertyDeliverySettings Gets the notification delivery settings.
Public propertyDescription Gets or sets the object description.
(Inherited from DescriptorBase)
Public propertyId Gets the object ID.
(Inherited from DescriptorBase)
Public propertyIsContentLoaded Gets a value indicating whether the content of the notification has been loaded.
Public propertyIsValid Gets a value indicating whether or not the notification is in a valid state.
Public propertyLastDeliveryDate Gets the last date the notification was delivered.
Public propertyName Gets or sets the object name.
(Inherited from DescriptorBase)
Public propertyTenantId Gets or sets the ID of the tenant associated with the notification creator.
Top
Methods
 NameDescription
Public methodChangeDeliverySettings Changes the delivery settings.
Public methodToStringReturns a string that represents the current object.
(Inherited from DescriptorBase)
Top
See Also