NotificationInfoData Class

Data contract object for returning a NotificationInfo through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDescriptorBaseData
      Dundas.BI.WebApi.ModelsNotificationInfoData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class NotificationInfoData : DescriptorBaseData

The NotificationInfoData type exposes the following members.

Constructors
 NameDescription
Public methodNotificationInfoData Initializes a new instance of the NotificationInfoData class.
Top
Properties
 NameDescription
Public propertyAccountIdGets or sets the ID of the account associated with the notification.
Public propertyDescription Gets or sets the object description.
(Inherited from DescriptorBaseData)
Public propertyId Gets the object ID.
(Inherited from DescriptorBaseData)
Public propertyName Gets or sets the object name.
(Inherited from DescriptorBaseData)
Public propertyNotificationKind 
Public propertyTenantId Gets or sets the ID of the tenant associated with the notification creator.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also