RecipientViewOverrideData Class

Represents a recipient's content override.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsRecipientViewOverrideData

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

The RecipientViewOverrideData type exposes the following members.

Constructors
 NameDescription
Public methodRecipientViewOverrideData Initializes a new instance of the RecipientViewOverrideData class.
Top
Properties
 NameDescription
Public propertyOverrides Gets or sets the overrides to apply to the view.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyViewId Gets or sets the ID of the view which will have overrides applied to it.
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between RecipientViewOverride and RecipientViewOverrideData.
Top
See Also