NotificationInfo Class

Contains basic information about a notification.
Inheritance Hierarchy

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

The NotificationInfo type exposes the following members.

Properties
  NameDescription
Public propertyAccountId
Gets 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 propertyNotificationKind
Gets the kind of notification represented by this instance.
Public propertyTenantId
Gets the ID of the tenant associated with the notification creator.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Inherited from DescriptorBase.)
Top
See Also