RecipientData Class

Base data contract object for returning an Recipient through REST API.
Inheritance Hierarchy

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 RecipientData : BaseDataContract

The RecipientData type exposes the following members.

Constructors
  NameDescription
Public methodRecipientData
Initializes a new instance of the RecipientData class.
Top
Properties
  NameDescription
Public propertyAccountId
Gets the account or group ID.
Public propertyDisplayName
Gets or sets the name of the recipient when an account was selected.
Public propertyEmail
Gets the e-mail address.
Public propertyIsUnsubscribeAllowed
Gets or sets a value indicating whether this recipient can unsubscribe.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyViewOverrides
Gets a list of RecipientViewOverride for the recipient.
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between Recipient and RecipientData.
Top
See Also