NotificationContentData Class

Base data contract object for returning an NotificationContent through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsNotificationContentData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class NotificationContentData : BaseDataContract

The NotificationContentData type exposes the following members.

Constructors
  NameDescription
Public methodNotificationContentData
Initializes a new instance of the NotificationContentData class.
Top
Properties
  NameDescription
Public propertyElements
Gets the content element that should be attached to the notification.
Public propertyExportKind
Gets or sets the export kind.
Public propertyExportProviderId
Gets or sets the ID of the export provider.
Public propertyExportSettingValues
Gets the export provider setting values.
Public propertyId
Gets or sets the ID of the content.
Public propertyName
Gets or sets the name of the content.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyUseNameForFilename
Gets or sets the value indicating whether or not the name should be used for the filename.
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between NotificationContentData and NotificationContent.
Public methodStatic memberToDataContractMappings
The mapping between NotificationContent and NotificationContentData.
Top
See Also