NotificationInfo Class

Contains basic information about a notification.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDescriptorBase
    Dundas.BI.NotificationsNotificationInfo

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

The NotificationInfo type exposes the following members.

Properties
 NameDescription
Public propertyAccountIdGets the ID of the account associated with the notification.
Public propertyDescription Gets or sets the object description.
(Inherited from DescriptorBase)
Public propertyId Gets the object ID.
(Inherited from DescriptorBase)
Public propertyName Gets or sets the object name.
(Inherited from DescriptorBase)
Public propertyNotificationKindGets the kind of notification represented by this instance.
Public propertyTenantIdGets the ID of the tenant associated with the notification creator.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Inherited from DescriptorBase)
Top
See Also